MultiValueTestItem::mainPropertyName |
function |
core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php |
Returns the name of the main property, if any. |
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 |
|
Name.php |
file |
core/modules/user/src/Plugin/views/filter/Name.php |
|
Name::$alwaysMultiple |
property |
core/modules/user/src/Plugin/views/filter/Name.php |
Disable the possibility to force a single value. |
Name::$foo |
property |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
Name::$validated_exposed_input |
property |
core/modules/user/src/Plugin/views/filter/Name.php |
The validated exposed input. |
Name::acceptExposedInput |
function |
core/modules/user/src/Plugin/views/filter/Name.php |
Determines if the input from a filter should change the generated query. |
Name::adminSummary |
function |
core/modules/user/src/Plugin/views/filter/Name.php |
Display the filter on the administrative summary. |
Name::getValueOptions |
function |
core/modules/user/src/Plugin/views/filter/Name.php |
Gets the value options. |
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. |
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 |
Test munging with system.file.allow_insecure_uploads set to true. |
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/hal/tests/src/Functional/node/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. |