Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
DateTimeItem::defaultStorageSettings function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Defines the storage-level settings for this plugin.
DateTimeItem::storageSettingsForm function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Returns a form for the storage-level settings.
DateTimeItemInterface::DATETIME_STORAGE_FORMAT constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the format that date and time should be stored in.
DateTimeItemInterface::DATE_STORAGE_FORMAT constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the format that dates should be stored in.
DateTimeItemInterface::STORAGE_TIMEZONE constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the timezone that dates should be stored in.
DateTimeItemTest::$fieldStorage property core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php A field storage to use in this test class.
DateTimePlus::arrayToISO function core/lib/Drupal/Component/Datetime/DateTimePlus.php Creates an ISO date from an array of values.
DateTimePlusTest::providerTestInvalidConstructor function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provider for testInvalidConstructor().
DateTimePlusTest::testInvalidConstructor function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests invalid values passed to constructor.
DateTimeTest::testEnteringDateTimeViaSelectors function core/modules/system/tests/src/Functional/System/DateTimeTest.php Tests handling case with invalid data in selectors (like February, 31st).
DateTimeTimeAgoFormatterTest::$fieldStorage property core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php A field storage to use in this test class.
db-tools.php file core/scripts/db-tools.php A command line application to import a database generation script.
DbLogController::$userStorage property core/modules/dblog/src/Controller/DbLogController.php The user storage.
DbLogController::topLogMessages function core/modules/dblog/src/Controller/DbLogController.php Shows the most frequent log messages of a given event type.
DbLogTest::testOverviewLinks function core/modules/dblog/tests/src/Functional/DbLogTest.php Make sure HTML tags are filtered out in the log overview links.
DbToolsApplication class core/lib/Drupal/Core/Command/DbToolsApplication.php Provides a command to import a database generation script.
DbToolsApplication.php file core/lib/Drupal/Core/Command/DbToolsApplication.php
DbToolsApplication::getDefaultCommands function core/lib/Drupal/Core/Command/DbToolsApplication.php
DbToolsApplication::__construct function core/lib/Drupal/Core/Command/DbToolsApplication.php
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::$toSkip property core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php Config files to be ignored by this test.
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 pre-configured instance of a plugin.
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.

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