Search for to
Title | Object type | File name | Summary |
---|---|---|---|
DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a missing class definition. |
DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a missing class definition. |
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a non-existent class definition. |
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a non-existent class definition. |
DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a valid array plugin definition. |
DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a valid object plugin definition. |
DefaultFetcher::$httpClientFactory | property | core/ |
The HTTP client to fetch the feed data with. |
DefaultMenuLinkTreeManipulators | class | core/ |
Provides a couple of menu link tree manipulators. |
DefaultMenuLinkTreeManipulators.php | file | core/ |
|
DefaultMenuLinkTreeManipulators::$accessManager | property | core/ |
The access manager. |
DefaultMenuLinkTreeManipulators::$account | property | core/ |
The current user. |
DefaultMenuLinkTreeManipulators::$entityTypeManager | property | core/ |
The entity type manager. |
DefaultMenuLinkTreeManipulators::checkAccess | function | core/ |
Performs access checks of a menu tree. |
DefaultMenuLinkTreeManipulators::checkNodeAccess | function | core/ |
Performs access checking for nodes in an optimized way. |
DefaultMenuLinkTreeManipulators::collectNodeLinks | function | core/ |
Collects the node links in the menu tree. |
DefaultMenuLinkTreeManipulators::flatten | function | core/ |
Flattens the tree to a single level. |
DefaultMenuLinkTreeManipulators::generateIndexAndSort | function | core/ |
Generates a unique index and sorts by it. |
DefaultMenuLinkTreeManipulators::menuLinkCheckAccess | function | core/ |
Checks access for one menu link instance. |
DefaultMenuLinkTreeManipulators::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\DefaultMenuLinkTreeManipulators object. |
DefaultMenuLinkTreeManipulatorsTest | class | core/ |
Tests the default menu link tree manipulators. |
DefaultMenuLinkTreeManipulatorsTest.php | file | core/ |
|
DefaultMenuLinkTreeManipulatorsTest::$accessManager | property | core/ |
The mocked access manager. |
DefaultMenuLinkTreeManipulatorsTest::$cacheContextManager | property | core/ |
Mock cache context manager. |
DefaultMenuLinkTreeManipulatorsTest::$currentUser | property | core/ |
The mocked current user. |
DefaultMenuLinkTreeManipulatorsTest::$defaultMenuTreeManipulators | property | core/ |
The default menu link tree manipulators. |
DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
DefaultMenuLinkTreeManipulatorsTest::$links | property | core/ |
Array of menu link instances. |
DefaultMenuLinkTreeManipulatorsTest::$originalTree | property | core/ |
The original menu tree build in mockTree(). |
DefaultMenuLinkTreeManipulatorsTest::mockTree | function | core/ |
Creates a mock tree. |
DefaultMenuLinkTreeManipulatorsTest::setUp | function | core/ |
|
DefaultMenuLinkTreeManipulatorsTest::testCheckAccess | function | core/ |
Tests the checkAccess() tree manipulator. |
DefaultMenuLinkTreeManipulatorsTest::testCheckAccessWithLinkToAnyPagePermission | function | core/ |
Tests checkAccess() tree manipulator with 'link to any page' permission. |
DefaultMenuLinkTreeManipulatorsTest::testCheckNodeAccess | function | core/ |
Tests the optimized node access checking. |
DefaultMenuLinkTreeManipulatorsTest::testFlatten | function | core/ |
Tests the flatten() tree manipulator. |
DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort | function | core/ |
Tests the generateIndexAndSort() tree manipulator. |
DefaultNegotiator | class | core/ |
Determines the default theme of the site. |
DefaultNegotiator.php | file | core/ |
|
DefaultNegotiator::$configFactory | property | core/ |
The system theme config object. |
DefaultNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
DefaultNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
DefaultNegotiator::__construct | function | core/ |
Constructs a DefaultNegotiator object. |
DefaultPasswordGenerator | class | core/ |
Provides a default password generator. |
DefaultPasswordGenerator.php | file | core/ |
|
DefaultPasswordGenerator::$allowedChars | property | core/ |
The allowed characters for the password. |
DefaultPasswordGenerator::generate | function | core/ |
Generates a password. |
DefaultPasswordGeneratorTest | class | core/ |
Unit tests for password generator. |
DefaultPasswordGeneratorTest.php | file | core/ |
|
DefaultPasswordGeneratorTest::testGenerate | function | core/ |
@covers ::generate |
DefaultPluginManager::getFactory | function | core/ |
Gets the plugin factory. |
DefaultProcessor::$configFactory | property | core/ |
Contains the configuration object factory. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.