Issue #3236269 by mandclu, quietone, heni_deepak, eojthebrave: Render API overview should include a link to the list of elements

(cherry picked from commit d241b6cb53)
merge-requests/9004/head
nod_ 2024-07-28 03:37:38 +02:00
parent c550b71cd1
commit 49f6e5eeff
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 3 additions and 2 deletions

View File

@ -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.
*