Search for name

  1. Search 7.x for name
  2. Search 9.5.x for name
  3. Search 8.9.x for name
  4. Search 10.3.x for name
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Name class core/modules/user/src/Plugin/views/filter/Name.php Filter handler for usernames.
Name class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php

All search results

Title Object type File name Summary
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
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 @covers ::dayOfWeekName
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
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 @covers ::getAllFieldTableNames
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 @covers ::getDedicatedDataTableName
@covers ::getDedicatedRevisionTableName
DefaultTableMappingTest::testGetFieldColumnName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldColumnName() with valid parameters.
DefaultTableMappingTest::testGetFieldColumnNameInvalid function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldColumnName() with invalid parameters.
DefaultTableMappingTest::testGetFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldNames().
DefaultTableMappingTest::testGetFieldTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName().
DefaultTableMappingTest::testGetFieldTableNameInvalid function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getFieldTableName() with an invalid parameter.
DefaultTableMappingTest::testGetTableNames function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Tests DefaultTableMapping::getTableNames().
Dependency::$name property core/lib/Drupal/Core/Extension/Dependency.php The name of the dependency.

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