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
ExtensionList::recalculatePathnames function core/lib/Drupal/Core/Extension/ExtensionList.php Generates a sorted list of .info.yml file locations for all extensions.
ExtensionList::setPathname function core/lib/Drupal/Core/Extension/ExtensionList.php Sets the pathname for an extension.
ExtensionList::sortByName function core/lib/Drupal/Core/Extension/ExtensionList.php Array sorting callback; sorts extensions by their name.
ExtensionListTest::testGetName function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getName
ExtensionListTest::testGetNameWithNonExistingExtension function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getName
ExtensionListTest::testGetPathname function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPathname
ExtensionListTest::testGetPathnames function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPathnames
ExtensionListTest::testSetPathname function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::setPathname
@covers ::getPathname
ExtensionListTrait::$staticAddedPathNames property core/lib/Drupal/Core/Installer/ExtensionListTrait.php Static version of the added file names during the installer.
ExtensionListTrait::getPathname function core/lib/Drupal/Core/Installer/ExtensionListTrait.php
ExtensionListTrait::setPathname function core/lib/Drupal/Core/Installer/ExtensionListTrait.php
ExtensionNameLengthException class core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php Exception thrown when the extension's name length exceeds the allowed maximum.
ExtensionNameLengthException.php file core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php
ExtensionPathResolver::getPathname function core/lib/Drupal/Core/Extension/ExtensionPathResolver.php Gets the info file path for the extension.
ExtraFieldBlock::$fieldName property core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php The field name.
FeedAdminDisplayTest::randomMachineName function core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Generates a unique random string containing letters and numbers.
FeedResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The fields that are protected against modification during PATCH requests.
FeedResourceTestBase::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php A list of fields that need a unique value.
FeedTest::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The fields that are protected against modification during PATCH requests.
FeedTest::$resourceTypeName property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The name of the tested JSON:API resource type.
FeedTest::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Fields that need unique values.
FieldBlock::$fieldName property core/modules/layout_builder/src/Plugin/Block/FieldBlock.php The field name.
FieldConfig::loadByName function core/modules/field/src/Entity/FieldConfig.php Loads a field config entity based on the entity type and field name.
FieldConfigBase::$field_name property core/lib/Drupal/Core/Field/FieldConfigBase.php The field name.
FieldConfigBase::getName function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the machine name of the field.
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FieldConfigTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php The name of the tested JSON:API resource type.
FieldDefaultValueCallbackTest::$fieldName property core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php The field name.
FieldDefinition::getName function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the machine name of the field.
FieldDefinitionInterface::getName function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the machine name of the field.
FieldDefinitionTest::testFieldName function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getName
@dataProvider factoryTypeProvider
FieldDisplayTest::$fieldName property core/modules/field/tests/src/Kernel/FieldDisplayTest.php Test field name.
FieldFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/FieldFormatterTest.php The field's name.
FieldGroupRowsWebTest::$fieldName property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The used field name in the test.
FieldItemBase::mainPropertyName function core/lib/Drupal/Core/Field/FieldItemBase.php Returns the name of the main property, if any.
FieldItemDataDefinition::getMainPropertyName function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Returns the name of the main property, if any.
FieldItemInterface::mainPropertyName function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns the name of the main property, if any.
FieldItemTest::$fieldName property core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldMissingTypeTest::$fieldName property core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
FieldRdfaTestBase::$fieldName property core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php The name of the field to create for testing.
FieldResolver::getAllDataReferencePropertyNames function core/modules/jsonapi/src/Context/FieldResolver.php Gets all unique reference property names from the given field definitions.
FieldResolver::getDataReferencePropertyName function core/modules/jsonapi/src/Context/FieldResolver.php Determines the reference property name for the remaining unresolved parts.
FieldResolver::getIdFieldName function core/modules/jsonapi/src/Context/FieldResolver.php Resolves the UUID field name for a resource type.
FieldResolver::getInternalName function core/modules/jsonapi/src/Context/FieldResolver.php Resolves the internal field name based on a collection of resource types.
FieldResolver::getPathPartPropertyName function core/modules/jsonapi/src/Context/FieldResolver.php Gets the property name from an entity typed or untyped path part.
FieldSqlStorageTest::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The name of the created field.
FieldSqlStorageTest::testLongNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
FieldStorageAddForm::fieldNameExists function core/modules/field_ui/src/Form/FieldStorageAddForm.php Checks if a field machine name is taken.
FieldStorageConfig::$field_name property core/modules/field/src/Entity/FieldStorageConfig.php The field name.

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