Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DummyRemoteReadOnlyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteReadOnlyStreamWrapper::getType function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php Returns the type of stream wrapper.
DummyRemoteStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyRemoteStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
DummyRemoteStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyRemoteStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
DummyRemoteStreamWrapper::realpath function core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php Returns canonical, absolute path of the resource.
DummyStreamWrapper class core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Helper class for testing the stream wrapper registry.
DummyStreamWrapper.php file core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
DummyStreamWrapper::getDescription function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Returns the description of the stream wrapper for use in the UI.
DummyStreamWrapper::getDirectoryPath function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Gets the path that the wrapper is responsible for.
DummyStreamWrapper::getExternalUrl function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Override getExternalUrl().
DummyStreamWrapper::getInternalUri function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Override getInternalUri().
DummyStreamWrapper::getName function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Returns the name of the stream wrapper for use in the UI.
dump-database-d6.sh file core/scripts/dump-database-d6.sh Filled installation of Drupal 6.17, for test purposes.
dump-database-d7.sh file core/scripts/dump-database-d7.sh Dumps a Drupal 7 database into a Drupal 7 PHP script to test the upgrade
process.
dump-database-d8-mysql.php file core/scripts/dump-database-d8-mysql.php A command line application to dump a database to a generation script.
duplicate-field-handler.php file core/modules/views/tests/fixtures/update/duplicate-field-handler.php Test fixture.
DuplicateContextualLinksTest class core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php Tests the UI for correct contextual links.
DuplicateContextualLinksTest.php file core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php
DuplicateContextualLinksTest::$defaultTheme property core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php The theme to install as the default for testing.
DuplicateContextualLinksTest::$modules property core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php Modules to enable.
DuplicateContextualLinksTest::testSameContextualLinks function core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php Tests the contextual links with same id.
DuplicateTest class core/modules/views_ui/tests/src/Functional/DuplicateTest.php Tests the UI for view duplicate tool.
DuplicateTest.php file core/modules/views_ui/tests/src/Functional/DuplicateTest.php
DuplicateTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DuplicateTest.php The theme to install as the default for testing.
DuplicateTest::setUp function core/modules/views_ui/tests/src/Functional/DuplicateTest.php
DuplicateTest::testDuplicateView function core/modules/views_ui/tests/src/Functional/DuplicateTest.php Checks if duplicated view exists and has correct label.
DurationInterface interface core/lib/Drupal/Core/TypedData/Type/DurationInterface.php Interface for durations.
DurationInterface.php file core/lib/Drupal/Core/TypedData/Type/DurationInterface.php
DurationInterface::getDuration function core/lib/Drupal/Core/TypedData/Type/DurationInterface.php Returns the duration.
DurationInterface::setDuration function core/lib/Drupal/Core/TypedData/Type/DurationInterface.php Sets the duration.
DurationIso8601 class core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php The duration ISO8601 data type.
DurationIso8601.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php
DurationIso8601::getDuration function core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php Returns the duration.
DurationIso8601::setDuration function core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php Sets the duration.
DynamicallyFieldableEntityStorageInterface interface core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php A storage that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageInterface.php file core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php
DynamicallyFieldableEntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php A storage schema that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Performs final cleanup after all data of a field has been purged.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if the changes to the storage definition requires schema changes.
DynamicEntityTypeParamConverterTrait trait core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php Provides a trait to replace dynamic entity types in routes.
DynamicEntityTypeParamConverterTrait.php file core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php
DynamicEntityTypeParamConverterTrait::getEntityTypeFromDefaults function core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php Determines the entity type ID given a route definition and route defaults.
DynamicLocalTasks class core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php Generates media-related local tasks.
DynamicLocalTasks class core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php Generates moderation-related local tasks.
DynamicLocalTasks.php file core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php

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