Search for name

  1. Search 7.x for name
  2. Search 9.5.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
Name::validateExposed function core/modules/user/src/Plugin/views/filter/Name.php Validate the exposed handler form
Name::valueForm function core/modules/user/src/Plugin/views/filter/Name.php Options form subform for setting options.
Name::valueSubmit function core/modules/user/src/Plugin/views/filter/Name.php Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
Name::valueValidate function core/modules/user/src/Plugin/views/filter/Name.php Validate the options form.
NameMungingTest class core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests filename munging and unmunging.
NameMungingTest.php file core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
NameMungingTest::$badExtension property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php An extension to be used as forbidden during munge operations.
NameMungingTest::$name property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php The name of a file with a bad extension, after munging.
NameMungingTest::$nameWithUcExt property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php The name of a file with an upper-cased bad extension, after munging.
NameMungingTest::setUp function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
NameMungingTest::testMungeIgnoreAllowedExtensions function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests that allowed extensions are ignored by file_munge_filename().
NameMungingTest::testMungeIgnoreInsecure function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php If the system.file.allow_insecure_uploads setting evaluates to true, the file should
come out untouched, no matter how evil the filename.
NameMungingTest::testMungeNullByte function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests munging with a null byte in the filename.
NameMungingTest::testMungeUnsafe function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests unsafe extensions are always munged by file_munge_filename().
NameMungingTest::testMunging function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Create a file and munge/unmunge the name.
NameMungingTest::testUnMunge function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Ensure that unmunge gets your name back.
NegotiationBrowserDeleteForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Gets the configuration names that will be editable.
NegotiationBrowserForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserForm.php Gets the configuration names that will be editable.
NegotiationConfigureForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationConfigureForm.php Gets the configuration names that will be editable.
NegotiationSelectedForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSelectedForm.php Gets the configuration names that will be editable.
NegotiationSessionForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSessionForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
NodeAccessFieldTest::$fieldName property core/modules/node/tests/src/Functional/NodeAccessFieldTest.php The name of the created field.
NodeHalJsonAnonTest::$patchProtectedFieldNames property core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php The fields that are protected against modification during PATCH requests.
NodeLanguageTest::assertLanguageNames function core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php Asserts the presence of language names in their English or native forms.
NodeMigrateTypeTestTrait::$tableName property core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php The migrate_map table name.
NodeMigrateTypeTestTrait::getTableName function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Gets the migrate_map table name.
NodeResourceTestBase::$patchProtectedFieldNames property core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php The fields that are protected against modification during PATCH requests.
NodeTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/NodeTest.php The fields that are protected against modification during PATCH requests.
NodeTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/NodeTest.php The name of the tested JSON:API resource type.
NodeType::$name property core/modules/node/src/Entity/NodeType.php The human-readable name of the node type.
NodeTypeTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php The name of the tested JSON:API resource type.
node_type_get_names function core/modules/node/node.module Returns a list of available node type names.
NullIdMap::getQualifiedMapTableName function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Gets the qualified map table.
NullRouteMatch::getRouteName function core/lib/Drupal/Core/Routing/NullRouteMatch.php Returns the route name.
NullStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/NullStorage.php Gets the existing collections.
NullStorage::getCollectionName function core/lib/Drupal/Core/Config/NullStorage.php Gets the name of the current collection the storage is using.
NullStorage::rename function core/lib/Drupal/Core/Config/NullStorage.php Renames a configuration object in the storage.
NullStorageExpirable::getCollectionName function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the name of this collection.
NullStorageExpirable::rename function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Renames a key.
NumberListField::summaryName function core/modules/options/src/Plugin/views/argument/NumberListField.php Provides the name to use for the summary. By default this is just
the name field.
NumericArgument::getSortName function core/modules/views/src/Plugin/views/argument/NumericArgument.php Return a description of how the argument would normally be sorted.
OffsetPage::KEY_NAME constant core/modules/jsonapi/src/Query/OffsetPage.php The JSON:API pagination key name.
OptionsFieldUITest::$fieldName property core/modules/options/tests/src/Functional/OptionsFieldUITest.php Name of the option field.
OptionsFieldUITest::$typeName property core/modules/options/tests/src/Functional/OptionsFieldUITest.php The name of the created content type.
OptionsFieldUnitTestBase::$fieldName property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The field name used in the test.
OptionsTestBase::$fieldNames property core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php The used field names.
OverridesSectionStorage::FIELD_NAME constant core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The field name used by this storage.
Page header for Namespaces page group core/core.api.php Introduction to namespaces
PagePreviewTest::$fieldName property core/modules/node/tests/src/Functional/PagePreviewTest.php The name of the created field.

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