AssertLegacyTrait::assertNoLink |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Passes if a link with the specified label is not found. |
AssertLegacyTrait::assertNoLinkByHref |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Passes if a link containing a given href (part) is not found. |
ban.links.menu.yml |
file |
core/modules/ban/ban.links.menu.yml |
core/modules/ban/ban.links.menu.yml |
batch_test.links.task.yml |
file |
core/modules/system/tests/modules/batch_test/batch_test.links.task.yml |
core/modules/system/tests/modules/batch_test/batch_test.links.task.yml |
block--umami-quick-links.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig |
Theme override for Umami footer Promo block. |
block.links.contextual.yml |
file |
core/modules/block/block.links.contextual.yml |
core/modules/block/block.links.contextual.yml |
block.links.menu.yml |
file |
core/modules/block/block.links.menu.yml |
core/modules/block/block.links.menu.yml |
block.links.task.yml |
file |
core/modules/block/block.links.task.yml |
core/modules/block/block.links.task.yml |
BlockContentContextualLinksTest |
class |
core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php |
Tests views contextual links on block content. |
BlockContentContextualLinksTest.php |
file |
core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php |
|
BlockContentContextualLinksTest::$defaultTheme |
property |
core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php |
The theme to install as the default for testing. |
BlockContentContextualLinksTest::$modules |
property |
core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php |
Modules to enable. |
BlockContentContextualLinksTest::testBlockContentContextualLinks |
function |
core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php |
Tests contextual links. |
BlockLanguageCacheTest::testBlockLinks |
function |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
Creates a block in a language, check blocks page in all languages. |
BlockTest::testThemeAdminLink |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Tests that a link exists to block layout from the appearance form. |
block_content.links.action.yml |
file |
core/modules/block_content/block_content.links.action.yml |
core/modules/block_content/block_content.links.action.yml |
block_content.links.contextual.yml |
file |
core/modules/block_content/block_content.links.contextual.yml |
core/modules/block_content/block_content.links.contextual.yml |
block_content.links.task.yml |
file |
core/modules/block_content/block_content.links.task.yml |
core/modules/block_content/block_content.links.task.yml |
book.links.menu.yml |
file |
core/modules/book/book.links.menu.yml |
core/modules/book/book.links.menu.yml |
book.links.task.yml |
file |
core/modules/book/book.links.task.yml |
core/modules/book/book.links.task.yml |
BookManager::bookLinkTranslate |
function |
core/modules/book/src/BookManager.php |
Provides book loading, access control and translation. |
BookManager::bookTreeCollectNodeLinks |
function |
core/modules/book/src/BookManager.php |
Collects node links from a given menu tree recursively. |
BookManager::getLinkDefaults |
function |
core/modules/book/src/BookManager.php |
Returns an array with default values for a book page's menu link. |
BookManager::loadBookLink |
function |
core/modules/book/src/BookManager.php |
Loads a single book entry. |
BookManager::loadBookLinks |
function |
core/modules/book/src/BookManager.php |
Loads multiple book entries. |
BookManager::saveBookLink |
function |
core/modules/book/src/BookManager.php |
Saves a single book entry. |
BookManagerInterface::bookLinkTranslate |
function |
core/modules/book/src/BookManagerInterface.php |
Provides book loading, access control and translation. |
BookManagerInterface::bookTreeCollectNodeLinks |
function |
core/modules/book/src/BookManagerInterface.php |
Collects node links from a given menu tree recursively. |
BookManagerInterface::getLinkDefaults |
function |
core/modules/book/src/BookManagerInterface.php |
Returns an array with default values for a book page's menu link. |
BookManagerInterface::loadBookLink |
function |
core/modules/book/src/BookManagerInterface.php |
Loads a single book entry. |
BookManagerInterface::loadBookLinks |
function |
core/modules/book/src/BookManagerInterface.php |
Loads multiple book entries. |
BookManagerInterface::saveBookLink |
function |
core/modules/book/src/BookManagerInterface.php |
Saves a single book entry. |
BookOutline::childrenLinks |
function |
core/modules/book/src/BookOutline.php |
Formats the book links for the child pages of the current page. |
BookOutline::nextLink |
function |
core/modules/book/src/BookOutline.php |
Fetches the book link for the next page of the book. |
BookOutline::prevLink |
function |
core/modules/book/src/BookOutline.php |
Fetches the book link for the previous page of the book. |
BookOutlineStorage::countOriginalLinkChildren |
function |
core/modules/book/src/BookOutlineStorage.php |
Count the number of original link children. |
BookOutlineStorageInterface::countOriginalLinkChildren |
function |
core/modules/book/src/BookOutlineStorageInterface.php |
Count the number of original link children. |
BookTest::testSaveBookLink |
function |
core/modules/book/tests/src/Functional/BookTest.php |
Tests that saveBookLink() returns something. |
book_node_links_alter |
function |
core/modules/book/book.module |
Implements hook_node_links_alter(). |
Breadcrumb::$links |
property |
core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php |
An ordered list of links for the breadcrumb. |
Breadcrumb::addLink |
function |
core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php |
Appends a link to the end of the ordered list of breadcrumb links. |
Breadcrumb::getLinks |
function |
core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php |
Gets the breadcrumb links. |
Breadcrumb::setLinks |
function |
core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php |
Sets the breadcrumb links. |
BreadcrumbTest::testSetLinks |
function |
core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php |
@covers ::setLinks |
BreakLockLink |
class |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
Provides a link to break a tempstore lock. |
BreakLockLink.php |
file |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
|
BreakLockLink::$dateFormatter |
property |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
The date formatter. |
BreakLockLink::$entityTypeManager |
property |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
The entity type manager. |
BreakLockLink::$renderer |
property |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
The renderer. |
BreakLockLink::create |
function |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
Creates an instance of the plugin. |