From d3d8ab00bf23958f6ac9914d66e754221d694a7c Mon Sep 17 00:00:00 2001 From: nod_ <nod_@598310.no-reply.drupal.org> Date: Sun, 28 Jul 2024 03:37:38 +0200 Subject: [PATCH] Issue #3236269 by mandclu, quietone, heni_deepak, eojthebrave: Render API overview should include a link to the list of elements (cherry picked from commit d241b6cb53b2b6173781550f7f948313f13bfb59) --- core/lib/Drupal/Core/Render/theme.api.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/lib/Drupal/Core/Render/theme.api.php b/core/lib/Drupal/Core/Render/theme.api.php index 2218830aba61..e547fac7bf9e 100644 --- a/core/lib/Drupal/Core/Render/theme.api.php +++ b/core/lib/Drupal/Core/Render/theme.api.php @@ -326,8 +326,9 @@ * on plugins. You can search for classes with the RenderElement or FormElement * attribute to discover what render elements are available. API reference * sites (such as https://api.drupal.org) generate lists of all existing - * elements from these classes. Look for the Elements link in the API Navigation - * block. + * elements from these classes. Use the + * @link listing_page_element Elements link @endlink in the API Navigation + * block to view the available elements. * * Modules can define render elements by defining an element plugin. * -- GitLab