DisplayPluginBase::usesLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Checks to see if the display has some need to link to another display. |
DisplayPluginInterface::getLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Returns the ID of the display to use when making links. |
DisplayPluginInterface::optionLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Returns a link to a section of a form. |
DisplayPluginInterface::renderMoreLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders the 'more' link. |
DisplayPluginInterface::usesLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display has some need to link to another display. |
DisplayTest::testActionLinks |
function |
core/modules/views_ui/tests/src/Functional/DisplayTest.php |
Tests the action links on the edit display UI. |
DisplayTest::testLinkDisplay |
function |
core/modules/views_ui/tests/src/Functional/DisplayTest.php |
Tests the link-display setting. |
DisplayTest::testPageContextualLinks |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php |
Tests contextual links on Views page displays. |
Drupal::linkGenerator |
function |
core/lib/Drupal.php |
Returns the link generator service. |
DrupalLink |
class |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php |
Defines the "drupallink" plugin. |
DrupalLink.php |
file |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php |
|
DrupalLink::getButtons |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php |
Returns the buttons that this plugin provides, along with metadata. |
DrupalLink::getConfig |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
DrupalLink::getFile |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
DrupalLink::getLibraries |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php |
Returns a list of libraries this plugin requires. |
DrupalTest::testLinkGenerator |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the linkGenerator() method. |
DuplicateContextualLinksTest |
class |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
Tests the UI for correct contextual links. |
DuplicateContextualLinksTest.php |
file |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
|
DuplicateContextualLinksTest::$defaultTheme |
property |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
The theme to install as the default for testing. |
DuplicateContextualLinksTest::$modules |
property |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
Modules to enable. |
DuplicateContextualLinksTest::testSameContextualLinks |
function |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
Tests the contextual links with same id. |
DynamicMenuLinkMock |
class |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Defines a mock implementation of a dynamic menu link used in tests only. |
DynamicMenuLinkMock.php |
file |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
|
DynamicMenuLinkMock::$currentUser |
property |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
The current user. |
DynamicMenuLinkMock::getCacheContexts |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
The cache contexts associated with this object. |
DynamicMenuLinkMock::getRouteName |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Returns the route name, if available. |
DynamicMenuLinkMock::getTitle |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Returns the localized title to be shown for this link. |
DynamicMenuLinkMock::setCurrentUser |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Sets the current user. |
EditorLinkDialog |
class |
core/modules/editor/src/Form/EditorLinkDialog.php |
Provides a link dialog for text editors. |
EditorLinkDialog.php |
file |
core/modules/editor/src/Form/EditorLinkDialog.php |
|
EditorLinkDialog::buildForm |
function |
core/modules/editor/src/Form/EditorLinkDialog.php |
|
EditorLinkDialog::getFormId |
function |
core/modules/editor/src/Form/EditorLinkDialog.php |
Returns a unique string identifying the form. |
EditorLinkDialog::submitForm |
function |
core/modules/editor/src/Form/EditorLinkDialog.php |
Form submission handler. |
editor_menu_links_discovered_alter |
function |
core/modules/editor/editor.module |
Implements hook_menu_links_discovered_alter(). |
EngineTwigTest::testTwigLinkGenerator |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the link_generator Twig functions. |
EntityBase::hasLinkTemplate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Indicates if a link template exists for a given key. |
EntityBase::linkTemplates |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets an array link templates. |
EntityBase::toLink |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Generates the HTML for a link to this entity. |
EntityDisplayFormBase::getDisplayModesLink |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns a link to the form or view mode admin page. |
EntityFormDisplayEditForm::getDisplayModesLink |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Returns a link to the form or view mode admin page. |
EntityInterface::hasLinkTemplate |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Indicates if a link template exists for a given key. |
EntityInterface::toLink |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Generates the HTML for a link to this entity. |
EntityLink |
class |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Handler for showing comment module's entity links. |
EntityLink |
class |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Field handler to present a link to an entity. |
EntityLink.php |
file |
core/modules/views/src/Plugin/views/field/EntityLink.php |
|
EntityLink.php |
file |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
|
EntityLink::$build |
property |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Stores the result of parent entities build for all rows to reuse it later. |
EntityLink::buildOptionsForm |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Default option form that provides label widget that all fields should have. |
EntityLink::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Default option form that provides label widget that all fields should have. |
EntityLink::defineOptions |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Information about options for all kinds of purposes will be held here. |