diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 2c03315..13a5154 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1185,7 +1185,8 @@ function template_preprocess_maintenance_task_list(&$variables) { * first in the sequence of preprocessing functions that are called when * preparing variables for a template. * - * See the @link themeable Default theme implementations topic @endlink for details. + * See the @link themeable Default theme implementations topic @endlink for + * details. */ function template_preprocess(&$variables, $hook, $info) { // Tell all templates where they are located. diff --git a/core/lib/Drupal/Core/Theme/Registry.php b/core/lib/Drupal/Core/Theme/Registry.php index ec55333..bb89707 100644 --- a/core/lib/Drupal/Core/Theme/Registry.php +++ b/core/lib/Drupal/Core/Theme/Registry.php @@ -298,7 +298,8 @@ public function getBaseHook($hook) { * for base hooks (e.g., 'block__node' for the base hook 'block') need to be * determined based on the full registry and classified as 'base hook'. * - * See the @link themeable Default theme implementations topic @endlink for details. + * See the @link themeable Default theme implementations topic @endlink for + * details. * * @return \Drupal\Core\Utility\ThemeRegistry * The build theme registry. diff --git a/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php b/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php index a07bd7b..ebbfcb5 100644 --- a/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php +++ b/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php @@ -18,7 +18,8 @@ /** * Generates themed output. * - * See the @link themeable Default theme implementations topic @endlink for details. + * See the @link themeable Default theme implementations topic @endlink for + * details. * * @param string $hook * The name of the theme hook to call. diff --git a/core/modules/system/entity.api.php b/core/modules/system/entity.api.php index 7d4da2a..65d244d 100644 --- a/core/modules/system/entity.api.php +++ b/core/modules/system/entity.api.php @@ -1312,9 +1312,9 @@ function hook_ENTITY_TYPE_view(array &$build, \Drupal\Core\Entity\EntityInterfac * structured content array, it may use this hook to add a #post_render * callback. Alternatively, it could also implement hook_preprocess_HOOK() for * the particular entity type template, if there is one (e.g., node.html.twig). - * See drupal_render() for details. * - * See the @link themeable Default theme implementations topic @endlink for details. + * See the @link themeable Default theme implementations topic @endlink and + * drupal_render() for details. * * @param array &$build * A renderable array representing the entity content. @@ -1350,9 +1350,9 @@ function hook_entity_view_alter(array &$build, Drupal\Core\Entity\EntityInterfac * structured content array, it may use this hook to add a #post_render * callback. Alternatively, it could also implement hook_preprocess_HOOK() for * the particular entity type template, if there is one (e.g., node.html.twig). - * See drupal_render() for details. * - * See the @link themeable Default theme implementations topic @endlink for details. + * See the @link themeable Default theme implementations topic @endlink and + * drupal_render() for details. * * @param array &$build * A renderable array representing the entity content.