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
AccessManager::checkNamedRoute function core/lib/Drupal/Core/Access/AccessManager.php Checks a named route with parameters against applicable access check services.
AccessManagerInterface::checkNamedRoute function core/lib/Drupal/Core/Access/AccessManagerInterface.php Checks a named route with parameters against applicable access check services.
AccessManagerTest::testCheckNamedRoute function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests the checkNamedRoute method.
AccessManagerTest::testCheckNamedRouteWithDefaultValue function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests the checkNamedRoute with default values.
AccessManagerTest::testCheckNamedRouteWithNonExistingRoute function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests checkNamedRoute given an invalid/non existing route name.
AccessManagerTest::testCheckNamedRouteWithUpcastedValues function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests the checkNamedRoute with upcasted values.
AccountForm::getEditedFieldNames function core/modules/user/src/AccountForm.php Gets the names of all fields edited in the form.
AccountInterface::getAccountName function core/lib/Drupal/Core/Session/AccountInterface.php Returns the unaltered login name of this account.
AccountInterface::getDisplayName function core/lib/Drupal/Core/Session/AccountInterface.php Returns the display name of this account.
AccountProxy::getAccountName function core/lib/Drupal/Core/Session/AccountProxy.php Returns the unaltered login name of this account.
AccountProxy::getDisplayName function core/lib/Drupal/Core/Session/AccountProxy.php Returns the display name of this account.
AccountSettingsForm::getEditableConfigNames function core/modules/user/src/AccountSettingsForm.php Gets the configuration names that will be editable.
Action::$confirm_form_route_name property core/lib/Drupal/Core/Annotation/Action.php The route name for a confirmation form for this action.
ActionTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ActionTest.php The name of the tested JSON:API resource type.
ActiveTheme::$name property core/lib/Drupal/Core/Theme/ActiveTheme.php The machine name of the active theme.
ActiveTheme::getName function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the machine name of the theme.
AddFormBase::getSourceFieldName function core/modules/media_library/src/Form/AddFormBase.php Returns the name of the source field for a media type.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AggregatorTitleTest::$fieldName property core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php The field name that is tested.
AnnotatedClassDiscovery::$annotationNamespaces property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Additional namespaces to be scanned for annotation classes.
AnnotatedClassDiscovery::$namespaceSuffix property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php The namespace suffix.
AnnotatedClassDiscovery::$pluginDefinitionAnnotationName property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The name of the annotation that contains the plugin definition.
AnnotatedClassDiscovery::$pluginNamespaces property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php The namespaces within which to find plugin classes.
AnnotatedClassDiscovery::$rootNamespacesIterator property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php A list of base namespaces with their PSR-4 directories.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscovery::getProviderFromNamespace function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Extracts the provider name from a Drupal namespace.
AnnotatedClassDiscoveryTest::testGetPluginNamespaces function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php @covers ::__construct
@covers ::getPluginNamespaces
AnnotationBridgeDecorator::$pluginDefinitionAnnotationName property core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php The name of the annotation that contains the plugin definition.
AnnotationTargetAll::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
AnnotationTargetAnnotation::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php
AnnotationTargetClass::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php
AnnotationTargetPropertyMethod::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php
ArgumentPluginBase::$name_field property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The field to use for the name to display in the summary.
ArgumentPluginBase::$name_table property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The table to use for the name, should it not be in the same table as the argument.
ArgumentPluginBase::getSortName function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Return a description of how the argument would normally be sorted.
ArgumentPluginBase::summaryName function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides the name to use for the summary, defaults to the name field.
ArgumentPluginBase::summaryNameField function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Adds the name field, which is the field displayed in summary queries.
ArgumentValidateTest::testArgumentValidateUserName function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php Tests the UserName argument validator.
ArgumentValidatorTermNameTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Tests the plugin of the taxonomy: taxonomy_term_name argument validator.
ArgumentValidatorTermNameTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php
ArgumentValidatorTermNameTest::$ids property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Stores the taxonomy IDs used by this test.
ArgumentValidatorTermNameTest::$names property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Stores the taxonomy names used by this test.
ArgumentValidatorTermNameTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Stores the taxonomy term used by this test.
ArgumentValidatorTermNameTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Views to be enabled.
ArgumentValidatorTermNameTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php
ArgumentValidatorTermNameTest::testArgumentValidatorTermName function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Tests the term name argument validator plugin.
ArgumentValidatorTermNameTest::testArgumentValidatorTermNameAccess function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Tests the access checking in term name argument validator plugin.
ArgumentValidatorTermTest::$names property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Stores the taxonomy names used by this test.
AssertContentTrait::assertFieldByName function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists with the given name and value.

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