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. Search main for name
  6. 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
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().
default_admin_post_update_rename_focus_color_presets function core/themes/default_admin/default_admin.post_update.php Renames legacy focus color preset values in theme and user settings.
Dependency::$name property core/lib/Drupal/Core/Extension/Dependency.php The name of the dependency.
Dependency::getName function core/lib/Drupal/Core/Extension/Dependency.php Gets the dependency's name.
DependencyTest::testProjectNamespaceForDependencies function core/modules/system/tests/src/Functional/Module/DependencyTest.php Checks functionality of project namespaces for dependencies.
DesignToken::getConfigScopeName function core/lib/Drupal/Core/Theme/Entity/DesignToken.php Prepares a scope for config storage.
DesignToken::getCssScopeName function core/lib/Drupal/Core/Theme/Entity/DesignToken.php Prepares a scope for CSS usage.
DesignToken::getCssVariableName function core/lib/Drupal/Core/Theme/Entity/DesignToken.php Gets CSS variable name.
DesignTokenEntityTest::providerGetConfigScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Data provider for ::testGetConfigScopeName().
DesignTokenEntityTest::providerGetCssScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Data provider for ::testGetCssScopeName().
DesignTokenEntityTest::providerGetCssVariableName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Data provider for ::testGetCssVariableName().
DesignTokenEntityTest::testGetConfigScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Tests getConfigScopeName.
DesignTokenEntityTest::testGetCssScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Tests getCssScopeName.
DesignTokenEntityTest::testGetCssVariableName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Tests getCssVariableName.
DesignTokenInterface::getCssVariableName function core/lib/Drupal/Core/Theme/Entity/DesignTokenInterface.php Gets CSS variable name.
DesignTokenTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/DesignTokenTest.php The name of the tested JSON:API resource type.
DialogTestEntityEditForm::getEditableConfigNames function core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php
DirectWritePreconditionBypass::getName function core/modules/package_manager/src/DirectWritePreconditionBypass.php
DisplayApiTest::$fieldName property core/modules/field/tests/src/Kernel/DisplayApiTest.php The field name to use in this test.
DisplayAttachmentTest::testAttachmentOnAttachedMachineNameChange function core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php Tests the attachment after changing machine name.
DisplayEntityReferenceTest::$entityRefFieldName property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The used entity reference field name in the test.
DisplayEntityReferenceTest::$fieldName property core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php The used field name in the test.
DisplayModeUpdateTest::$defaultFormDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The default form display name.
DisplayModeUpdateTest::$defaultViewDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The default view display name.
DisplayModeUpdateTest::$foobarFormDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The alternate form display name.
DisplayModeUpdateTest::$foobarViewDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The alternate view display name.
DisplayRouterInterface::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the list of routes overridden by Views.
DisplayRouterInterface::getRouteName function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the route name for the display.
DisplayTest::testRenameDisplayAdminName function core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Tests setting the administrative title.
DocLexer::T_NAMESPACE_SEPARATOR constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocParser::$ignoredAnnotationNames property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php A list with annotations that are not causing exceptions when not resolved to an annotation class.
DocParser::$namespaces property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php An array of default namespaces if operating in simple mode.
DocParser::addNamespace function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the default namespaces.
DocParser::setIgnoredAnnotationNames function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the annotation names that are ignored during the parsing process.
DocParserTest::testInvalidContantName function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testNamespacedAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DriverSpecificSchemaTestBase::testUpperCaseTableName function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests handling of uppercase table names.
DriverSpecificTransactionTestBase::testTransactionName function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests for transaction names.
DrupalKernel::getExtensionFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the filenames for each enabled extension.
DrupalKernel::getExtensionNamespacesPsr4 function core/lib/Drupal/Core/DrupalKernel.php Gets the PSR-4 base directories for extension namespaces.
DrupalKernel::getModuleFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the filenames for each enabled module.
DrupalKernel::getModuleNamespacesPsr4 function core/lib/Drupal/Core/DrupalKernel.php Gets the PSR-4 base directories for module namespaces.
DrupalKernel::validateHostname function core/lib/Drupal/Core/DrupalKernel.php Validates the hostname supplied from the HTTP request.
DrupalKernel::validateHostnameLength function core/lib/Drupal/Core/DrupalKernel.php Validates a hostname length.
DRUPAL_EXTENSION_NAME_MAX_LENGTH constant core/includes/bootstrap.inc The maximum number of characters in a module or theme name.

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