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
Extension::getPathname function core/lib/Drupal/Core/Extension/Extension.php Returns the relative path and filename of the extension's info file.
ExtensionList::$addedPathNames property core/lib/Drupal/Core/Extension/ExtensionList.php A list of extension folder names directly added in code (not discovered).
ExtensionList::$pathNames property core/lib/Drupal/Core/Extension/ExtensionList.php A list of extension folder names keyed by extension name.
ExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a list of machine names of installed extensions.
ExtensionList::getName function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the human-readable name of the extension.
ExtensionList::getPathname function core/lib/Drupal/Core/Extension/ExtensionList.php Gets the info file path for an extension.
ExtensionList::getPathnames function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a list of extension file paths keyed by machine name.
ExtensionList::getPathnamesCacheId function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the extension filenames cache ID.
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[[api-linebreak]]
ExtensionListTest::testGetNameWithNonExistingExtension function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getName[[api-linebreak]]
ExtensionListTest::testGetPathname function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPathname[[api-linebreak]]
ExtensionListTest::testGetPathnames function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPathnames[[api-linebreak]]
ExtensionListTest::testSetPathname function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::setPathname[[api-linebreak]]
@covers ::getPathname[[api-linebreak]]
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.
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.
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.
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[[api-linebreak]]
@dataProvider factoryTypeProvider
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.
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.
FieldStorageDefinitionInterface::getMainPropertyName function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the name of the main property, if any.
FieldStorageDefinitionInterface::getName function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the machine name of the field.
FieldStorageDefinitionInterface::getPropertyNames function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the names of the field's subproperties.
FileCopyTest::testRenameFile function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests the 'rename' overwrite mode.
FileFieldAttributesTest::$fieldName property core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php The name of the file field used in the test.
FileStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/FileStorage.php Gets the existing collections.
FileStorage::getAllCollectionNamesHelper function core/lib/Drupal/Core/Config/FileStorage.php Helper function for getAllCollectionNames().
FileStorage::getCollectionName function core/lib/Drupal/Core/Config/FileStorage.php Gets the name of the current collection the storage is using.

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