| LinkRelationTypeInterface::getRegisteredName |
function |
core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php |
Returns the registered link relation type name. |
| LinkRelationTypeInterface::isExtension |
function |
core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php |
Indicates whether this link relation type is of the 'extension' kind. |
| LinkRelationTypeInterface::isRegistered |
function |
core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php |
Indicates whether this link relation type is of the 'registered' kind. |
| LinkRelationTypeManager |
class |
core/lib/Drupal/Core/Http/LinkRelationTypeManager.php |
Provides a default plugin manager for link relation types. |
| LinkRelationTypeManager.php |
file |
core/lib/Drupal/Core/Http/LinkRelationTypeManager.php |
|
| LinkRelationTypeManager::$defaults |
property |
core/lib/Drupal/Core/Http/LinkRelationTypeManager.php |
A set of defaults to be referenced by $this->processDefinition(). |
| LinkRelationTypeManager::$root |
property |
core/lib/Drupal/Core/Http/LinkRelationTypeManager.php |
The app root. |
| LinkRelationTypeManager::getDiscovery |
function |
core/lib/Drupal/Core/Http/LinkRelationTypeManager.php |
Gets the plugin discovery. |
| LinkRelationTypeManager::__construct |
function |
core/lib/Drupal/Core/Http/LinkRelationTypeManager.php |
Constructs a new LinkRelationTypeManager. |
| LinkReply |
class |
core/modules/comment/src/Plugin/views/field/LinkReply.php |
Field handler to present a link to reply to a comment. |
| LinkReply.php |
file |
core/modules/comment/src/Plugin/views/field/LinkReply.php |
|
| LinkReply::getDefaultLabel |
function |
core/modules/comment/src/Plugin/views/field/LinkReply.php |
Returns the default label for this link. |
| LinkReply::getUrlInfo |
function |
core/modules/comment/src/Plugin/views/field/LinkReply.php |
Returns the URI elements of the link. |
| LinkReplyTest |
class |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php |
Tests Drupal\comment\Plugin\views\field\LinkReply. |
| LinkReplyTest.php |
file |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php |
|
| LinkReplyTest::setUp |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php |
|
| LinkReplyTest::testRenderNullEntity |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php |
Test the render method when getEntity returns NULL. |
| Links |
class |
core/modules/views/src/Plugin/views/field/Links.php |
An abstract handler which provides a collection of links. |
| links--comment.html.twig |
file |
core/themes/olivero/templates/navigation/links--comment.html.twig |
Olivero's theme override for comment links. |
| links--media-library-menu.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/media-library/links--media-library-menu.html.twig |
Theme implementation of the media type menu in the media library dialog. |
| links--media-library-menu.html.twig |
file |
core/themes/claro/templates/classy/media-library/links--media-library-menu.html.twig |
Theme implementation of the media type menu in the media library dialog. |
| links--node.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/content/links--node.html.twig |
Theme override to display node links. |
| links--node.html.twig |
file |
core/themes/claro/templates/classy/content/links--node.html.twig |
Theme override to display node links. |
| links--node.html.twig |
file |
core/themes/starterkit_theme/templates/content/links--node.html.twig |
Theme override to display node links. |
| links.css |
file |
core/profiles/demo_umami/themes/umami/css/classy/components/links.css |
Visual styles for links. |
| links.css |
file |
core/themes/olivero/css/components/links.css |
Links component. |
| links.css |
file |
core/themes/claro/css/classy/components/links.css |
Visual styles for links. |
| links.css |
file |
core/themes/starterkit_theme/css/components/links.css |
Visual styles for links. |
| links.html.twig |
file |
core/themes/olivero/templates/navigation/links.html.twig |
Olivero's theme override for a set of links. |
| links.html.twig |
file |
core/themes/stable9/templates/navigation/links.html.twig |
Theme override for a set of links. |
| links.html.twig |
file |
core/themes/starterkit_theme/templates/navigation/links.html.twig |
Theme override for a set of links. |
| links.html.twig |
file |
core/modules/system/templates/links.html.twig |
Default theme implementation for a set of links. |
| links.pcss.css |
file |
core/themes/olivero/css/components/links.pcss.css |
Links component. |
| Links.php |
file |
core/modules/views/src/Plugin/views/field/Links.php |
|
| Links::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Default option form that provides label widget that all fields should have. |
| Links::create |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Instantiates a new instance of the implementing class using autowiring. |
| Links::defineOptions |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Information about options for all kinds of purposes will be held here. |
| Links::getLinks |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Gets the list of links used by this field. |
| Links::query |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Called to add the field to a query. |
| Links::usesGroupBy |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Provides the handler some group by. |
| Links::__construct |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Constructs a Links object. |
| LinkSeparateFormatter |
class |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
Plugin implementation of the 'link_separate' formatter. |
| LinkSeparateFormatter.php |
file |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
|
| LinkSeparateFormatter::defaultSettings |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
Defines the default settings for this plugin. |
| LinkSeparateFormatter::viewElements |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
Builds a renderable array for a field value. |
| LinkSeparateFormatterDisplayTest |
class |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Tests the 'link_separate' field formatter. |
| LinkSeparateFormatterDisplayTest.php |
file |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
|
| LinkSeparateFormatterDisplayTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Modules to install. |
| LinkSeparateFormatterDisplayTest::getTestCases |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
|
| LinkSeparateFormatterDisplayTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Set the default field storage backend for fields created during tests. |