| ResourceResponseTestTrait::resetOmittedLinkKeys |
function |
core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php |
Resets omitted link keys. |
| ResourceResponseTestTrait::sortOmittedLinks |
function |
core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php |
Sorts an omitted link object array by href. |
| response_filter.active_link |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\ActiveLinkResponseFilter |
| ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
Tests responsive image formatters linked to the file or node. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToFile |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
Tests responsive image formatters on node display linked to the file. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToNode |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
Tests responsive image formatters on node display linked to the node. |
| ResponsiveImageFormatter::$linkGenerator |
property |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
The link generator. |
| responsive_image.links.action.yml |
file |
core/modules/responsive_image/responsive_image.links.action.yml |
core/modules/responsive_image/responsive_image.links.action.yml |
| responsive_image.links.menu.yml |
file |
core/modules/responsive_image/responsive_image.links.menu.yml |
core/modules/responsive_image/responsive_image.links.menu.yml |
| responsive_image.links.task.yml |
file |
core/modules/responsive_image/responsive_image.links.task.yml |
core/modules/responsive_image/responsive_image.links.task.yml |
| RevisionLink |
class |
core/modules/node/src/Plugin/views/field/RevisionLink.php |
Field handler to present a link to a node revision. |
| RevisionLink.php |
file |
core/modules/node/src/Plugin/views/field/RevisionLink.php |
|
| RevisionLink::getDefaultLabel |
function |
core/modules/node/src/Plugin/views/field/RevisionLink.php |
Returns the default label for this link. |
| RevisionLink::getUrlInfo |
function |
core/modules/node/src/Plugin/views/field/RevisionLink.php |
Returns the URI elements of the link. |
| RevisionLink::renderLink |
function |
core/modules/node/src/Plugin/views/field/RevisionLink.php |
Prepares the link to view an entity. |
| RevisionLinkDelete |
class |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
Field handler to present link to delete a node revision. |
| RevisionLinkDelete.php |
file |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
|
| RevisionLinkDelete::getDefaultLabel |
function |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
Returns the default label for this link. |
| RevisionLinkDelete::getUrlInfo |
function |
core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php |
Returns the URI elements of the link. |
| RevisionLinkDeleteTest |
class |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
Tests Drupal\node\Plugin\views\field\RevisionLinkDelete. |
| RevisionLinkDeleteTest.php |
file |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
|
| RevisionLinkDeleteTest::setUp |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
|
| RevisionLinkDeleteTest::testRenderNullEntity |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php |
Test the render method when getEntity returns NULL. |
| RevisionLinkRevert |
class |
core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php |
Field handler to present a link to revert a node to a revision. |
| RevisionLinkRevert.php |
file |
core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php |
|
| RevisionLinkRevert::getDefaultLabel |
function |
core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php |
Returns the default label for this link. |
| RevisionLinkRevert::getUrlInfo |
function |
core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php |
Returns the URI elements of the link. |
| RevisionLinkRevertTest |
class |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php |
Tests Drupal\node\Plugin\views\field\RevisionLinkRevert. |
| RevisionLinkRevertTest.php |
file |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php |
|
| RevisionLinkRevertTest::setUp |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php |
|
| RevisionLinkRevertTest::testRenderNullEntity |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php |
Test the render method when getEntity returns NULL. |
| RevisionLinkTest |
class |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkTest.php |
Tests Drupal\node\Plugin\views\field\RevisionLink. |
| RevisionLinkTest |
class |
core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php |
Tests the different revision link handlers. |
| RevisionLinkTest.php |
file |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkTest.php |
|
| RevisionLinkTest.php |
file |
core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php |
|
| RevisionLinkTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php |
The theme to install as the default for testing. |
| RevisionLinkTest::$testViews |
property |
core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php |
Views used by this test. |
| RevisionLinkTest::setUp |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkTest.php |
|
| RevisionLinkTest::testRenderNullEntity |
function |
core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkTest.php |
Test the render method when getEntity returns NULL. |
| RevisionLinkTest::testRevisionLinks |
function |
core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php |
Tests revision links. |
| RevisionVersionHistoryTest::testDescriptionLinkNoAccess |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php |
Test revision link, without access to revision page. |
| RevisionVersionHistoryTest::testDescriptionLinkWithAccess |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php |
Test revision link, with access to revision page. |
| RouteCachingLanguageTest::testLinkTranslationWithAlias |
function |
core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php |
Creates content with a link field pointing to an alias of another language. |
| ScaffoldOptions::overrideSymlink |
function |
composer/Plugin/Scaffold/ScaffoldOptions.php |
Creates a new scaffold options object with an overridden 'symlink' value. |
| ScaffoldOptions::symlink |
function |
composer/Plugin/Scaffold/ScaffoldOptions.php |
Determines if symlink mode is set. |
| search.links.menu.yml |
file |
core/modules/search/search.links.menu.yml |
core/modules/search/search.links.menu.yml |
| search.links.task.yml |
file |
core/modules/search/search.links.task.yml |
core/modules/search/search.links.task.yml |
| SearchIntegrationTest::assertOneLink |
function |
core/modules/views/tests/src/Functional/SearchIntegrationTest.php |
Asserts that exactly one link exists with the given text. |
| SecurityAdvisoryTest::assertAdminPageLinks |
function |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
Asserts the correct links appear on an admin page. |
| SecurityAdvisoryTest::assertStatusReportLinks |
function |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
Asserts the correct links appear on the status report page. |