| DatabaseStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
Gets the name of the current collection the storage is using. |
| DatabaseStorage::rename |
function |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::rename(). |
| DatabaseStorage::rename |
function |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Renames a key. |
| DataCommand::$name |
property |
core/lib/Drupal/Core/Ajax/DataCommand.php |
The key of the data attached to elements matched by the selector. |
| DataFieldRow::validateAliasName |
function |
core/modules/rest/src/Plugin/views/row/DataFieldRow.php |
Form element validation handler. |
| Date::getSortName |
function |
core/modules/views/src/Plugin/views/argument/Date.php |
Return a description of how the argument would normally be sorted. |
| DateFormatsMachineNameTest |
class |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
Tests validity of date format machine names. |
| DateFormatsMachineNameTest.php |
file |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
|
| DateFormatsMachineNameTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
The theme to install as the default for testing. |
| DateFormatsMachineNameTest::setUp |
function |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
|
| DateFormatsMachineNameTest::testDateFormatsMachineNameAllowedValues |
function |
core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php |
Tests that date formats cannot be created with invalid machine names. |
| DateFormatTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
The name of the tested JSON:API resource type. |
| DateHelper::dayOfWeekName |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Returns translated name of the day of week for a given date. |
| DateHelper::monthNames |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Returns a translated array of month names. |
| DateHelper::monthNamesAbbr |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs a translated array of month name abbreviations. |
| DateHelper::monthNamesAbbrUntranslated |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs an untranslated array of abbreviated month names. |
| DateHelper::monthNamesUntranslated |
function |
core/lib/Drupal/Core/Datetime/DateHelper.php |
Constructs an untranslated array of month names. |
| DateHelperTest::testDayOfWeekName |
function |
core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php |
Tests day of week name. |
| DateTimeHandlerTestBase::$fieldName |
property |
core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php |
Name of the field. |
| DayDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/DayDate.php |
Provides the name to use for the summary, defaults to the name field. |
| DbDumpApplication::getCommandName |
function |
core/lib/Drupal/Core/Command/DbDumpApplication.php |
|
| DCOM58Test::testIssueGlobalNamespace |
function |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php |
|
| 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::testIssueWithNamespacesOrImports |
function |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php |
|
| DefaultPluginManager::$additionalAnnotationNamespaces |
property |
core/lib/Drupal/Core/Plugin/DefaultPluginManager.php |
Additional annotation namespaces. |
| DefaultPluginManager::$namespaces |
property |
core/lib/Drupal/Core/Plugin/DefaultPluginManager.php |
An object of root paths that are traversable. |
| DefaultPluginManager::$pluginDefinitionAnnotationName |
property |
core/lib/Drupal/Core/Plugin/DefaultPluginManager.php |
The name of the annotation that contains the plugin definition. |
| DefaultPluginManager::$pluginDefinitionAttributeName |
property |
core/lib/Drupal/Core/Plugin/DefaultPluginManager.php |
The name of the attribute that contains the plugin definition. |
| DefaultPluginManagerTest::$namespaces |
property |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
The namespaces to look for plugin definitions. |
| DefaultTableMapping::$fieldNames |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
A list of field names per table. |
| DefaultTableMapping::generateFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a safe and unambiguous field table name. |
| DefaultTableMapping::getAllFieldTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets all the table names in which an entity field is stored. |
| DefaultTableMapping::getColumnNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a mapping of field columns to database columns for a given field. |
| DefaultTableMapping::getDedicatedDataTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a table name for a field data table. |
| DefaultTableMapping::getDedicatedRevisionTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a table name for a field revision archive table. |
| DefaultTableMapping::getDedicatedTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a list of dedicated table names for this mapping. |
| DefaultTableMapping::getFieldColumnName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a column name for a field property. |
| DefaultTableMapping::getFieldNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a list of names for entity fields stored in the specified table. |
| DefaultTableMapping::getFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the table name for a given column. |
| DefaultTableMapping::getTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a list of table names for this mapping. |
| DefaultTableMapping::setFieldNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Adds field columns for a table to the table mapping. |
| DefaultTableMappingIntegrationTest::testGetAllFieldTableNames |
function |
core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php |
Tests get all field table names. |
| DefaultTableMappingIntegrationTest::testGetFieldTableName |
function |
core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php |
Tests DefaultTableMapping::getFieldTableName(). |
| DefaultTableMappingIntegrationTest::testGetTableNames |
function |
core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php |
Tests DefaultTableMapping::getTableNames(). |
| DefaultTableMappingTest::providerTestGetDedicatedTableName |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Provides test data for testGetDedicatedTableName(). |
| DefaultTableMappingTest::providerTestGetFieldColumnName |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Provides test data for testGetFieldColumnName(). |
| DefaultTableMappingTest::providerTestGetFieldTableName |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Provides test data for testGetFieldColumnName(). |
| DefaultTableMappingTest::testGetColumnNames |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Tests DefaultTableMapping::getColumnNames(). |
| DefaultTableMappingTest::testGetDedicatedTableName |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Tests get dedicated table name. |