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 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
TwigNodeVisitorCheckDeprecations::$usedNames property core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php The named variables used in the template from the context.
TwigPhpStorageCache::$templateCacheFilenamePrefix property core/lib/Drupal/Core/Template/TwigPhpStorageCache.php The template cache filename prefix.
TwigRegistryLoaderTest::testTwigNamespaces function core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Tests template extension and includes using the Drupal theme registry.
twig_namespace_a.info.yml file core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml
twig_namespace_b.info.yml file core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml
twig_namespace_test.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_namespace_test.html.twig {% extends "@twig_namespace_a/test.html.twig" %}

{% block content %}
{% include "@twig_namespace_b/test.html.twig" %}
{% endblock %}
Type::summaryName function core/modules/node/src/Plugin/views/argument/Type.php Provides the name to use for the summary, defaults to the name field.
TypedConfigManager::createFromNameAndData function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::getFallbackName function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets fallback configuration schema name.
TypedConfigManager::replaceName function core/lib/Drupal/Core/Config/TypedConfigManager.php Replaces dynamic type expressions in configuration type.
TypedConfigManager::resolveDynamicTypeName function core/lib/Drupal/Core/Config/TypedConfigManager.php Resolves a dynamic type name.
TypedConfigManagerInterface::createFromNameAndData function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets typed data for a given configuration name and its values.
TypedData::$name property core/lib/Drupal/Core/TypedData/TypedData.php The property name.
TypedData::getName function core/lib/Drupal/Core/TypedData/TypedData.php Returns the name of a property or item.
TypedDataInterface::getName function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Returns the name of a property or item.
TypeResolver::resolveDynamicTypeName function core/lib/Drupal/Core/Config/Schema/TypeResolver.php Replaces dynamic type expressions in configuration type.
UnroutedUrlTest::testGetRouteName function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php Tests the getRouteName() method.
Update10101::getSequenceName function core/modules/pgsql/src/Update10101.php Retrieves a sequence name that is owned by the table and column.
UpdateHookRegistry::FUNC_NAME_REGEXP constant core/lib/Drupal/Core/Update/UpdateHookRegistry.php Regular expression to match all possible defined hook_update_N().
Updater::$name property core/lib/Drupal/Core/Updater/Updater.php The name of the project directory (basename).
Updater::getProjectName function core/lib/Drupal/Core/Updater/Updater.php Gets the name of the project directory (basename).
UpdateRegistry::$logFilename property core/lib/Drupal/Core/Update/UpdateRegistry.php The filename of the log file.
UpdaterInterface::getProjectName function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the system name of the project.
UpdateSettingsForm::getEditableConfigNames function core/modules/update/src/UpdateSettingsForm.php Gets the configuration names that will be editable.
UpdateUploadTest::testFileNameExtensionMerging function core/modules/update/tests/src/Functional/UpdateUploadTest.php Ensures that archiver extensions are properly merged in the UI.
UploadedFileConstraintValidatorTest::$filename property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php The file name.
UploadedFileInterface::getClientOriginalName function core/modules/file/src/Upload/UploadedFileInterface.php Returns the original file name.
UploadedFileInterface::getFilename function core/modules/file/src/Upload/UploadedFileInterface.php Gets the filename.
UploadedFileInterface::getPathname function core/modules/file/src/Upload/UploadedFileInterface.php Gets the path to the file.
UploadedFileValidatorTest::$filename property core/modules/file/tests/src/Kernel/Validation/UploadedFileValidatorTest.php The file name.
Url::$routeName property core/lib/Drupal/Core/Url.php The route name.
Url::getRouteName function core/lib/Drupal/Core/Url.php Returns the route name.
UrlTest::testFromRouteUriWithMissingRouteName function core/tests/Drupal/Tests/Core/UrlTest.php @covers ::fromUri
UrlTest::testGetRouteName function core/tests/Drupal/Tests/Core/UrlTest.php Tests the getRouteName() method.
UrlTest::testGetRouteNameWithExternalUrl function core/tests/Drupal/Tests/Core/UrlTest.php Tests the getRouteName() with an external URL.
user.name_validator service core/modules/user/user.services.yml Drupal\user\UserNameValidator
User::getAccountName function core/modules/user/src/Entity/User.php
User::getDisplayName function core/modules/user/src/Entity/User.php
User::setUsername function core/modules/user/src/Entity/User.php Sets the username of this account.
UserAccessControlHandlerTest::testUserNameAccess function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Ensures user name access is working properly.
UserAccessControlHandlerTest::userNameProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testUserNameAccess().
UserAuthTest::$username property core/modules/user/tests/src/Unit/UserAuthTest.php The test username.
UserFieldsAccessChangeTest::testUserNameLink function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Test user name link.
UserFloodEvent::$name property core/modules/user/src/Event/UserFloodEvent.php Flood event name.
UserFloodEvent::getName function core/modules/user/src/Event/UserFloodEvent.php Gets the name of the user flood event object.
UserInterface::setUsername function core/modules/user/src/UserInterface.php Sets the username of this account.
UserInterface::USERNAME_MAX_LENGTH constant core/modules/user/src/UserInterface.php Maximum length of username text field.
UserLoginForm::validateName function core/modules/user/src/Form/UserLoginForm.php Sets an error if supplied username has been blocked.
UserName class core/modules/user/src/Plugin/views/argument_validator/UserName.php Validates whether a user name is valid.
username.html.twig file core/modules/user/templates/username.html.twig Default theme implementation for displaying a username.

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