Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
DbToolsApplicationTest class core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Test that the DbToolsApplication works correctly.
DbToolsApplicationTest.php file core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php
DbToolsApplicationTest::testDumpCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DbToolsApplicationTest::testImportCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DbUpdateController::$keyValueExpirableFactory property core/modules/system/src/Controller/DbUpdateController.php The keyvalue expirable factory.
DbUpdateNegotiator class core/modules/system/src/Theme/DbUpdateNegotiator.php Sets the active theme for the database update pages.
DbUpdateNegotiator.php file core/modules/system/src/Theme/DbUpdateNegotiator.php
DbUpdateNegotiator::$configFactory property core/modules/system/src/Theme/DbUpdateNegotiator.php The config factory.
DbUpdateNegotiator::$themeHandler property core/modules/system/src/Theme/DbUpdateNegotiator.php The theme handler.
DbUpdateNegotiator::applies function core/modules/system/src/Theme/DbUpdateNegotiator.php Whether this theme negotiator should be used to set the theme.
DbUpdateNegotiator::determineActiveTheme function core/modules/system/src/Theme/DbUpdateNegotiator.php Determine the active theme for the request.
DbUpdateNegotiator::__construct function core/modules/system/src/Theme/DbUpdateNegotiator.php Constructs a DbUpdateNegotiator.
DecimalItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines the storage-level settings for this plugin.
DecimalItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Returns a form for the storage-level settings.
DefaultConfigTest::doTestsOnConfigStorage function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that default config matches the installed config.
DefaultContentFilesAccessTest::testAccessDeniedToFiles function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php Tests that sample images, recipes and articles are not accessible.
DefaultExceptionSubscriberTest::testOn4xx function core/modules/serialization/tests/src/Unit/EventSubscriber/DefaultExceptionSubscriberTest.php @covers ::on4xx
DefaultFactory class core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Default plugin factory.
DefaultFactory.php file core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
DefaultFactory::$discovery property core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php The object that retrieves the definitions of the plugins that this factory instantiates.
DefaultFactory::$interface property core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Defines an interface each plugin should implement.
DefaultFactory::createInstance function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Creates a plugin instance based on the provided ID and configuration.
DefaultFactory::getPluginClass function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Finds the class relevant for a given plugin.
DefaultFactory::__construct function core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Constructs a Drupal\Component\Plugin\Factory\DefaultFactory object.
DefaultFactoryTest class core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php @coversDefaultClass \Drupal\Component\Plugin\Factory\DefaultFactory
@group Plugin
DefaultFactoryTest.php file core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface but no implementation.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithInterfaceWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a required interface.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithMissingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a missing class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid array plugin definition.
DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid object plugin definition.
DefaultMenuLinkTreeManipulators class core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Provides a couple of menu link tree manipulators.
DefaultMenuLinkTreeManipulators.php file core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php
DefaultMenuLinkTreeManipulators::checkAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Performs access checks of a menu tree.
DefaultMenuLinkTreeManipulators::checkNodeAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Performs access checking for nodes in an optimized way.
DefaultMenuLinkTreeManipulators::collectNodeLinks function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Collects the node links in the menu tree.
DefaultMenuLinkTreeManipulators::flatten function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Flattens the tree to a single level.
DefaultMenuLinkTreeManipulators::generateIndexAndSort function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Generates a unique index and sorts by it.
DefaultMenuLinkTreeManipulators::menuLinkCheckAccess function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Checks access for one menu link instance.
DefaultMenuLinkTreeManipulators::__construct function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Constructs a \Drupal\Core\Menu\DefaultMenuLinkTreeManipulators object.
DefaultMenuLinkTreeManipulatorsTest class core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the default menu link tree manipulators.
DefaultMenuLinkTreeManipulatorsTest.php file core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php
DefaultMenuLinkTreeManipulatorsTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked access manager.
DefaultMenuLinkTreeManipulatorsTest::$cacheContextManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Mock cache context manager.
DefaultMenuLinkTreeManipulatorsTest::$currentUser property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked current user.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.