Loading core/includes/theme.inc +1 −1 Original line number Diff line number Diff line Loading @@ -619,7 +619,7 @@ function template_preprocess_datetime_wrapper(&$variables) { * - attributes: A keyed array of attributes for the <ul> containing the list * of links. * - set_active_class: (optional) Whether each link should compare the * route_name + route_parameters or url (path), language, and query options * route_name + route_parameters or URL (path), language, and query options * to the current URL, to determine whether the link is "active". If so, * attributes will be added to the HTML elements for both the link and the * list item that contains it, which will result in an "is-active" class Loading core/lib/Drupal/Core/Asset/JsOptimizer.php +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public function optimize(array $js_asset) { * Contents of the javascript asset. */ public function clean($contents) { // Remove JS source and source mapping urls or these may cause 404 errors. // Remove JS source and source mapping URLs or these may cause 404 errors. $contents = preg_replace('/\/\/(#|@)\s(sourceURL|sourceMappingURL)=\s*(\S*?)\s*$/m', '', $contents); return $contents; Loading core/lib/Drupal/Core/Command/DbCommandBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ protected function configure() { * @return \Drupal\Core\Database\Connection */ protected function getDatabaseConnection(InputInterface $input) { // Load connection from a url. // Load connection from a URL. if ($input->getOption('database-url')) { // @todo this could probably be refactored to not use a global connection. // Ensure database connection isn't set. Loading core/lib/Drupal/Core/Entity/Controller/EntityController.php +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ class EntityController implements ContainerInjectionInterface { protected $renderer; /** * The url generator. * The URL generator. */ protected UrlGeneratorInterface $urlGenerator; Loading core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class MaintenanceModeSubscriber implements EventSubscriberInterface { * @param \Drupal\Core\StringTranslation\TranslationInterface $translation * The string translation. * @param \Drupal\Core\Routing\UrlGeneratorInterface $url_generator * The url generator. * The URL generator. * @param \Drupal\Core\Session\AccountInterface $account * The current user. * @param \Drupal\Core\Render\BareHtmlPageRendererInterface $bare_html_page_renderer Loading Loading
core/includes/theme.inc +1 −1 Original line number Diff line number Diff line Loading @@ -619,7 +619,7 @@ function template_preprocess_datetime_wrapper(&$variables) { * - attributes: A keyed array of attributes for the <ul> containing the list * of links. * - set_active_class: (optional) Whether each link should compare the * route_name + route_parameters or url (path), language, and query options * route_name + route_parameters or URL (path), language, and query options * to the current URL, to determine whether the link is "active". If so, * attributes will be added to the HTML elements for both the link and the * list item that contains it, which will result in an "is-active" class Loading
core/lib/Drupal/Core/Asset/JsOptimizer.php +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public function optimize(array $js_asset) { * Contents of the javascript asset. */ public function clean($contents) { // Remove JS source and source mapping urls or these may cause 404 errors. // Remove JS source and source mapping URLs or these may cause 404 errors. $contents = preg_replace('/\/\/(#|@)\s(sourceURL|sourceMappingURL)=\s*(\S*?)\s*$/m', '', $contents); return $contents; Loading
core/lib/Drupal/Core/Command/DbCommandBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ protected function configure() { * @return \Drupal\Core\Database\Connection */ protected function getDatabaseConnection(InputInterface $input) { // Load connection from a url. // Load connection from a URL. if ($input->getOption('database-url')) { // @todo this could probably be refactored to not use a global connection. // Ensure database connection isn't set. Loading
core/lib/Drupal/Core/Entity/Controller/EntityController.php +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ class EntityController implements ContainerInjectionInterface { protected $renderer; /** * The url generator. * The URL generator. */ protected UrlGeneratorInterface $urlGenerator; Loading
core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class MaintenanceModeSubscriber implements EventSubscriberInterface { * @param \Drupal\Core\StringTranslation\TranslationInterface $translation * The string translation. * @param \Drupal\Core\Routing\UrlGeneratorInterface $url_generator * The url generator. * The URL generator. * @param \Drupal\Core\Session\AccountInterface $account * The current user. * @param \Drupal\Core\Render\BareHtmlPageRendererInterface $bare_html_page_renderer Loading