Search for name

  1. Search 7.x for name
  2. Search 8.9.x for name
  3. Search 10.3.x for name
  4. Search 11.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
ContentEntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ContentEntityForm::getEditedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityForm.php Gets the names of all fields edited in the form.
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$fieldName property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php The field name with multiple properties being test with the entity type.
ContentEntityFormFieldValidationFilteringTest::$fieldNameFile property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php The name of the file field being tested with the entity type.
ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php The multi-valued field name being tested with the entity type.
ContentEntityFormFieldValidationFilteringTest::$fieldNameSingle property core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php The single-valued field name being tested with the entity type.
ContentEntityNullStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Gets the name of the service for the query for this entity storage.
ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Returns an array of field names to skip when merging revision translations.
ContentEntityTest::$fieldName property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php The name of the field used in this test.
ContentLanguageSettingsTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The name of the tested JSON:API resource type.
ContentModerationSyncingTest::getAllRevisionNames function core/modules/content_moderation/tests/src/Kernel/ContentModerationSyncingTest.php Get all the revision names in order of the revision ID.
ContentTranslationFieldSyncRevisionTest::$fieldName property core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php The synchronized field name.
ContentTranslationTestBase::$fieldName property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php The name of the field used to test translation.
ContentTranslationUITestBase::getChangedFieldName function core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Returns the name of the field that implements the changed timestamp.
ContextualLinkDefault::getRouteName function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the route name of the contextual link.
ContextualLinkDefaultTest::testGetRouteName function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getRouteName
ContextualLinkInterface::getRouteName function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the route name of the contextual link.
ControllerResolverTest::testCreateControllerInvalidName function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Tests createController() with an invalid name.
CopyTest::testExistingRename function core/modules/file/tests/src/Kernel/CopyTest.php Tests renaming when copying over a file that already exists.
CronForm::getEditableConfigNames function core/modules/system/src/Form/CronForm.php Gets the configuration names that will be editable.
CurrentRouteMatch::getRouteName function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route name.
Database::getDatabaseDriverNamespace function core/lib/Drupal/Core/Database/Database.php Gets the PHP namespace of a database driver from the connection info.
Database::isWithinModuleNamespace function core/lib/Drupal/Core/Database/Database.php Checks whether a namespace is within the namespace of a Drupal module.
Database::renameConnection function core/lib/Drupal/Core/Database/Database.php Rename a connection and its corresponding connection information.
DatabaseBackend::TABLE_NAME constant core/lib/Drupal/Core/Flood/DatabaseBackend.php The database table name.
DatabaseFileUsageBackend::$tableName property core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php The name of the SQL table used to store file usage information.
DatabaseLockBackend::normalizeName function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Normalizes a lock name in order to comply with database limitations.
DatabaseLockBackend::TABLE_NAME constant core/lib/Drupal/Core/Lock/DatabaseLockBackend.php The database table name.
DatabaseQueue::$name property core/lib/Drupal/Core/Queue/DatabaseQueue.php The name of the queue this instance is working with.
DatabaseQueue::TABLE_NAME constant core/lib/Drupal/Core/Queue/DatabaseQueue.php The database table name.
DatabaseStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/DatabaseStorage.php Gets the existing collections.
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 for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm().
Date::$option_name property core/modules/views/src/Plugin/views/argument/Date.php
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 @covers ::dayOfWeekName

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