Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
DCOM58Test::testIssueMultipleNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueSimpleAnnotationReader function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueWithNamespacesOrImports function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
ddd_hook_order_test.info.yml file core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml
ddd_hook_order_test.module file core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module
ddd_hook_order_test_test_hook function core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module Implements hook_test_hook().
de.php file core/lib/Drupal/Component/Transliteration/data/de.php
DebugDump class core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Drupal's extension for printing dump() output results.
DebugDump.php file core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
DebugDump::$colors property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Whether colors should be used for printing.
DebugDump::$printCaller property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Whether the caller of dump should be included in the report.
DebugDump::$stagingFilePath property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php The path to the dump staging file.
DebugDump::bootstrap function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
DebugDump::cliHandler function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php A CLI handler for \Symfony\Component\VarDumper\VarDumper.
DebugDump::decodeDump function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Decodes a dump retrieved from storage.
DebugDump::encodeDump function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Encodes the dump for storing.
DebugDump::getCaller function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Returns information about the caller of dump().
DebugDump::getDumps function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Retrieves dumps from storage.
DebugDump::isEnabled function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Determines if the extension is enabled.
DebugDump::testRunnerFinished function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Prints the dumps generated during the test.
DebugExtension class core/lib/Drupal/Core/Template/DebugExtension.php A class providing Drupal Twig Debug extension.
DebugExtension.php file core/lib/Drupal/Core/Template/DebugExtension.php
DebugExtension::dump function core/lib/Drupal/Core/Template/DebugExtension.php Dumps information about variables using Symfony VarDumper.
DebugExtension::getFunctions function core/lib/Drupal/Core/Template/DebugExtension.php
DebugExtension::SYMFONY_VAR_DUMPER_CLASS constant core/lib/Drupal/Core/Template/DebugExtension.php The Symfony VarDumper class.
DecimalData class core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php The decimal data type.
DecimalData.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php
DecimalData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/DecimalData.php #[JsonSchema([
'type' => 'string',
'format' => 'number',
])]
DecimalFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php Plugin implementation of the 'number_decimal' formatter.
DecimalFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php
DecimalFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php Defines the default settings for this plugin.
DecimalFormatter::numberFormat function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php Formats a number.
DecimalFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php Returns a form to configure settings for the formatter.
DecimalInterface interface core/lib/Drupal/Core/TypedData/Type/DecimalInterface.php Interface for decimal numbers.
DecimalInterface.php file core/lib/Drupal/Core/TypedData/Type/DecimalInterface.php
DecimalItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines the 'decimal' field type.
DecimalItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php
DecimalItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines the storage-level settings for this plugin.
DecimalItem::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Returns a form for the field-level settings.
DecimalItem::generateSampleValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Generates placeholder field values.
DecimalItem::getDecimalDigits function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Helper method to get the number of decimal digits out of a decimal number.
DecimalItem::preSave function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines custom presave behavior for field values.
DecimalItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines field item properties.
DecimalItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Returns the schema for the field.
DecimalItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Returns a form for the storage-level settings.
DecoratedServiceTest class core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Test handling of decorated services with the reverse container.
DecoratedServiceTest.php file core/modules/system/tests/src/Kernel/DecoratedServiceTest.php
DecoratedServiceTest::$modules property core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Modules to install.
DecoratedServiceTest::testDecoratedServiceId function core/modules/system/tests/src/Kernel/DecoratedServiceTest.php Check that decorated services keep their original service ID.

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