ModulePermissionsLinkHelper::getModulePermissionsLink |
function |
core/modules/user/src/ModulePermissionsLinkHelper.php |
Generates a link pointing to a given module's permissions page section. |
ModulePermissionsLinkHelper::__construct |
function |
core/modules/user/src/ModulePermissionsLinkHelper.php |
Constructs a new service instance. |
ModulePermissionsLinkHelperTest |
class |
core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php |
Tests the ModulePermissionsLinkHelper. |
ModulePermissionsLinkHelperTest.php |
file |
core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php |
|
ModulePermissionsLinkHelperTest::$modules |
property |
core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php |
Modules to install. |
ModulePermissionsLinkHelperTest::setUp |
function |
core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php |
|
ModulePermissionsLinkHelperTest::testGetModulePermissionsLink |
function |
core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php |
@covers ::getModulePermissionsLink |
more-link.css |
file |
core/profiles/demo_umami/themes/umami/css/classy/components/more-link.css |
Markup generated by #type 'more_link'. |
more-link.css |
file |
core/themes/claro/css/classy/components/more-link.css |
Markup generated by #type 'more_link'. |
more-link.css |
file |
core/themes/starterkit_theme/css/components/more-link.css |
Markup generated by #type 'more_link'. |
MoreLink |
class |
core/lib/Drupal/Core/Render/Element/MoreLink.php |
Provides a link render element for a "more" link, like those used in blocks. |
MoreLink.php |
file |
core/lib/Drupal/Core/Render/Element/MoreLink.php |
|
MoreLink::getInfo |
function |
core/lib/Drupal/Core/Render/Element/MoreLink.php |
Returns the element properties for this element. |
navigation.links.menu.yml |
file |
core/modules/navigation/navigation.links.menu.yml |
core/modules/navigation/navigation.links.menu.yml |
NavigationContentLinks |
class |
core/modules/navigation/src/NavigationContentLinks.php |
Build the menu links for the Content menu. |
NavigationContentLinks.php |
file |
core/modules/navigation/src/NavigationContentLinks.php |
|
NavigationContentLinks::addCreateEntityLinks |
function |
core/modules/navigation/src/NavigationContentLinks.php |
Add create links for an entity type. |
NavigationContentLinks::addLink |
function |
core/modules/navigation/src/NavigationContentLinks.php |
Ensure a route exists and add the link. |
NavigationContentLinks::addMenuLinks |
function |
core/modules/navigation/src/NavigationContentLinks.php |
Add links to the Content menu, based on enabled modules. |
NavigationContentLinks::create |
function |
core/modules/navigation/src/NavigationContentLinks.php |
Instantiates a new instance of this class. |
NavigationContentLinks::removeAdminContentLink |
function |
core/modules/navigation/src/NavigationContentLinks.php |
Remove the admin/content link, and any direct children. |
NavigationContentLinks::removeHelpLink |
function |
core/modules/navigation/src/NavigationContentLinks.php |
Remove the help link as render it outside any menu. |
NavigationContentLinks::__construct |
function |
core/modules/navigation/src/NavigationContentLinks.php |
Construct a new NavigationContentLinks object. |
NavigationLinkBlock |
class |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
Defines a link navigation block. |
NavigationLinkBlock.php |
file |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
|
NavigationLinkBlock::blockForm |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
|
NavigationLinkBlock::blockSubmit |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
|
NavigationLinkBlock::build |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
Builds and returns the renderable array for this block plugin. |
NavigationLinkBlock::defaultConfiguration |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
|
NavigationLinkBlock::getUriAsDisplayableString |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
Gets the URI without the 'internal:' or 'entity:' scheme. |
NavigationLinkBlock::getUserEnteredStringAsUri |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
Gets the user-entered string as a URI. |
NavigationLinkBlock::validateIconClassElement |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
Form element validation handler for the 'icon_class' element. |
NavigationLinkBlock::validateUriElement |
function |
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php |
Form element validation handler for the 'uri' element. |
NavigationLinkBlockTest |
class |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
Tests for \Drupal\navigation\Plugin\Block\NavigationLinkBlockTest. |
NavigationLinkBlockTest.php |
file |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
|
NavigationLinkBlockTest::$adminUser |
property |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
User with permission to administer navigation blocks and access navigation. |
NavigationLinkBlockTest::$defaultTheme |
property |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
The theme to install as the default for testing. |
NavigationLinkBlockTest::$modules |
property |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
Modules to install. |
NavigationLinkBlockTest::$normalUser |
property |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
An authenticated user to test navigation block caching. |
NavigationLinkBlockTest::setUp |
function |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
|
NavigationLinkBlockTest::testNavigationLinkBlock |
function |
core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php |
Test output of the link navigation with regards to caching and contents. |
NavigationMenuBlockTest::$linkTree |
property |
core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php |
The menu link tree service. |
NavigationMenuBlockTest::$menuLinkManager |
property |
core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php |
The menu link plugin manager service. |
NavigationMenuLinkTree |
class |
core/modules/navigation/src/Menu/NavigationMenuLinkTree.php |
Extends MenuLinkTree to add specific theme suggestions for the navigation. |
NavigationMenuLinkTree.php |
file |
core/modules/navigation/src/Menu/NavigationMenuLinkTree.php |
|
NavigationMenuLinkTree::build |
function |
core/modules/navigation/src/Menu/NavigationMenuLinkTree.php |
Builds a renderable array from a menu tree. |
NavigationMenuMarkupTest::$linkTree |
property |
core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php |
The menu link tree service. |
NavigationMenuMarkupTest::$menuLinkManager |
property |
core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php |
The menu link plugin manager service. |
navigation_menu_links_discovered_alter |
function |
core/modules/navigation/navigation.module |
Implements hook_menu_links_discovered_alter(). |
node.links.action.yml |
file |
core/modules/node/node.links.action.yml |
core/modules/node/node.links.action.yml |