' . $this->t('About') . ''; $output .= '
' . $this->t('The SQLite module provides the connection between Drupal and a SQLite database. For more information, see the online documentation for the SQLite module.', [ ':sqlite' => 'https://www.drupal.org/docs/core-modules-and-themes/core-modules/sqlite-module', ]) . '
'; return $output; } return NULL; } }