Search for link
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Link | class | core/ |
Represents an RFC8288 based link. |
Link | class | core/ |
Provides a link render element. |
Link | class | core/ |
Defines an object that holds information about a link. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
StaticMenuLinkOverrides | class | core/ |
Defines an implementation of the menu link override using a config file. |
StaticMenuLinkOverrides.php | file | core/ |
|
StaticMenuLinkOverrides::$config | property | core/ |
The menu link overrides config object. |
StaticMenuLinkOverrides::$configFactory | property | core/ |
The config factory object. |
StaticMenuLinkOverrides::$configName | property | core/ |
The config name used to store the overrides. |
StaticMenuLinkOverrides::deleteMultipleOverrides | function | core/ |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
StaticMenuLinkOverrides::deleteOverride | function | core/ |
Deletes any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverrides::encodeId | function | core/ |
Encodes the ID by replacing dots with double underscores. |
StaticMenuLinkOverrides::getCacheTags | function | core/ |
The unique cache tag associated with this menu link override. |
StaticMenuLinkOverrides::getConfig | function | core/ |
Gets the configuration object when needed. |
StaticMenuLinkOverrides::loadMultipleOverrides | function | core/ |
Loads overrides to multiple definitions of a static (YAML-defined) link. |
StaticMenuLinkOverrides::loadOverride | function | core/ |
Loads any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverrides::reload | function | core/ |
Reloads the overrides from config. |
StaticMenuLinkOverrides::saveOverride | function | core/ |
Saves the override. |
StaticMenuLinkOverrides::__construct | function | core/ |
Constructs a StaticMenuLinkOverrides object. |
StaticMenuLinkOverridesInterface | interface | core/ |
Defines an interface for objects which overrides menu links defined in YAML. |
StaticMenuLinkOverridesInterface.php | file | core/ |
|
StaticMenuLinkOverridesInterface::deleteMultipleOverrides | function | core/ |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
StaticMenuLinkOverridesInterface::deleteOverride | function | core/ |
Deletes any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::getCacheTags | function | core/ |
The unique cache tag associated with this menu link override. |
StaticMenuLinkOverridesInterface::loadMultipleOverrides | function | core/ |
Loads overrides to multiple definitions of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::loadOverride | function | core/ |
Loads any overrides to the definition of a static (YAML-defined) link. |
StaticMenuLinkOverridesInterface::reload | function | core/ |
Reloads the overrides from config. |
StaticMenuLinkOverridesInterface::saveOverride | function | core/ |
Saves the override. |
StaticMenuLinkOverridesTest | class | core/ |
Tests Drupal\Core\Menu\StaticMenuLinkOverrides. |
StaticMenuLinkOverridesTest.php | file | core/ |
|
StaticMenuLinkOverridesTest::providerTestDeleteOverrides | function | core/ |
Provides test data for testDeleteOverrides. |
StaticMenuLinkOverridesTest::providerTestLoadOverride | function | core/ |
Provides test data for testLoadOverride. |
StaticMenuLinkOverridesTest::testDeleteOverrides | function | core/ |
Tests the deleteOverride and deleteOverrides method. |
StaticMenuLinkOverridesTest::testLoadMultipleOverrides | function | core/ |
Tests the loadMultipleOverrides method. |
StaticMenuLinkOverridesTest::testLoadOverride | function | core/ |
Tests the loadOverride method. |
StaticMenuLinkOverridesTest::testReload | function | core/ |
Tests the reload method. |
StaticMenuLinkOverridesTest::testSaveOverride | function | core/ |
Tests the saveOverride method. |
StringFormatterTest::providerAccessLinkToEntity | function | core/ |
Data provider. |
StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath | function | core/ |
Test "link_to_entity" feature on fields which are added to config entity. |
StringFormatterTest::testLinkToEntity | function | core/ |
Checks link visibility depending on link templates and access. |
SymlinkValidator | class | core/ |
Flags errors if unsupported symbolic links are detected. |
SymlinkValidator.php | file | core/ |
|
SymlinkValidator::validate | function | core/ |
Flags errors if the project root or stage directory contain symbolic links. |
SymlinkValidator::__construct | function | core/ |
|
SymlinkValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\SymlinkValidator[[api-linebreak]] @group package_manager @internal |
SymlinkValidatorTest.php | file | core/ |
|
SymlinkValidatorTest::testAbsoluteSymlinks | function | core/ |
Tests that symlinks with absolute paths are not supported. |
SymlinkValidatorTest::testHardLinks | function | core/ |
Tests that hard links are not supported. |
SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot | function | core/ |
Tests that relative symlinks cannot point outside the project root. |
SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory | function | core/ |
Tests that relative symlinks cannot point outside the stage directory. |
SymlinkValidatorTest::testSymlinksNotAllowedOnWindows | function | core/ |
Tests that symlinks are not supported on Windows, even if they're safe. |
SymlinkValidatorTest::testSymlinksWithinSamePackage | function | core/ |
Tests that relative symlinks within the same package are supported. |
SymlinkValidatorTest::testSymlinkToDirectory | function | core/ |
Tests what happens when there is a symlink to a directory. |
SymlinkValidatorTest::testUnsupportedLinkUnderExcludedPath | function | core/ |
Tests that unsupported links are excluded if they're under excluded paths. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.