| InstallTest::testModuleNameLength |
function |
core/modules/system/tests/src/Kernel/Module/InstallTest.php |
Tests that an exception is thrown when a module name is too long. |
| InstallTest::testModuleNameLengthWithoutDependencyCheck |
function |
core/modules/system/tests/src/Kernel/Module/InstallTest.php |
Tests that an exception is thrown when a module name is too long. |
| invalid_module_name_over_the_maximum_allowed_character_length.info.yml |
file |
core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml |
core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml |
| jsonapi.custom_query_parameter_names_validator.subscriber |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\EventSubscriber\JsonApiRequestValidator |
| JsonApiRelationshipTest::$fieldName |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
The field name. |
| JsonApiSpec::isValidMemberName |
function |
core/modules/jsonapi/src/JsonApiSpec.php |
Checks whether the given member name is valid. |
| JsonApiSpec::MEMBER_NAME_GLOBALLY_ALLOWED_CHARACTER_CLASS |
constant |
core/modules/jsonapi/src/JsonApiSpec.php |
Member name: globally allowed characters. |
| JsonApiSpec::MEMBER_NAME_INNER_ALLOWED_CHARACTERS |
constant |
core/modules/jsonapi/src/JsonApiSpec.php |
Member name: allowed characters except as the first or last character. |
| JsonApiSpec::MEMBER_NAME_REGEXP |
constant |
core/modules/jsonapi/src/JsonApiSpec.php |
Regular expression to check the validity of a member name. |
| JsonApiSpecTest::providerTestIsValidMemberName |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
Data provider for testIsValidMemberName. |
| JsonApiSpecTest::testIsValidMemberName |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
Ensures that member names are properly validated. |
| JsonapiTestUserHooks::userFormatNameAlter |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php |
Implements hook_user_format_name_alter(). |
| KeyValueEntityStorage::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Gets the name of the service for the query for this entity storage. |
| KeyValueEntityStorageTest::testSaveRenameConfigEntity |
function |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
Tests save rename config entity. |
| KeyValueStoreInterface::getCollectionName |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Returns the name of this collection. |
| KeyValueStoreInterface::rename |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Renames a key. |
| Language::$name |
property |
core/lib/Drupal/Core/Language/Language.php |
The human readable English name. |
| Language::getName |
function |
core/lib/Drupal/Core/Language/Language.php |
Gets the name of the language. |
| LanguageArgument::summaryName |
function |
core/modules/views/src/Plugin/views/argument/LanguageArgument.php |
Provides the name to use for the summary, defaults to the name field. |
| LanguageConfigCollectionNameTrait |
trait |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
Provides a common trait for working with language override collection names. |
| LanguageConfigCollectionNameTrait.php |
file |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
|
| LanguageConfigCollectionNameTrait::createConfigCollectionName |
function |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
Creates a configuration collection name based on a language code. |
| LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName |
function |
core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php |
Converts a configuration collection name to a language code. |
| LanguageConfigFactoryOverride::onConfigRename |
function |
core/modules/language/src/Config/LanguageConfigFactoryOverride.php |
Actions to be performed to configuration override on configuration rename. |
| LanguageInterface::getName |
function |
core/lib/Drupal/Core/Language/LanguageInterface.php |
Gets the name of the language. |
| LanguageManager::getLanguageName |
function |
core/lib/Drupal/Core/Language/LanguageManager.php |
Produced the printed name for a language for display. |
| LanguageManagerInterface::getLanguageName |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Produced the printed name for a language for display. |
| LanguageNegotiation::$config_route_name |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The route pointing to the plugin's configuration page. |
| LanguageNegotiation::$name |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The human-readable name of the language negotiation plugin. |
| LanguageSwitchingTest::saveNativeLanguageName |
function |
core/modules/language/tests/src/Functional/LanguageSwitchingTest.php |
Saves the native name of a language entity in configuration as a label. |
| LanguageUnitTest::testGetName |
function |
core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php |
Tests get name. |
| LanguageUrlRewritingTest::testDomainNameNegotiationPort |
function |
core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php |
Check URL rewriting when using a domain name and a non-standard port. |
| LayoutBuilderEntityViewDisplay::getSectionComponentForFieldName |
function |
core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php |
Gets the component for a given field name if any. |
| LayoutDefinition::getRegionNames |
function |
core/lib/Drupal/Core/Layout/LayoutDefinition.php |
Gets the machine-readable region names. |
| LayoutSectionItem::mainPropertyName |
function |
core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php |
Returns the name of the main property, if any. |
| LazyRouteCollectionTest::testGetName |
function |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
Search for a both an existing and a non-existing route. |
| LegacyFileSystemTest::testGetDestinationFilenameWithDeprecatedFileExists |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests get destination filename with deprecated file exists. |
| LibraryDiscovery::getLibraryByName |
function |
core/lib/Drupal/Core/Asset/LibraryDiscovery.php |
Gets a single library defined by an extension by name. |
| LibraryDiscoveryCollector::getLibraryByName |
function |
core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php |
Gets a single library defined by an extension by name. |
| LibraryDiscoveryIntegrationTest::testLibrariesOverrideOtherAssetLibraryNames |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests library assets with other ways for specifying paths. |
| LibraryDiscoveryInterface::getLibraryByName |
function |
core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php |
Gets a single library defined by an extension by name. |
| LibraryDiscoveryTest::testGetLibraryByName |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php |
Tests getting a library by name. |
| LinkFormatterTest::$fieldName |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The name of the field used in this test. |
| LinkItem::mainPropertyName |
function |
core/modules/link/src/Plugin/Field/FieldType/LinkItem.php |
Returns the name of the main property, if any. |
| LinkRelationType::getRegisteredName |
function |
core/lib/Drupal/Core/Http/LinkRelationType.php |
Returns the registered link relation type name. |
| LinkRelationTypeInterface::getRegisteredName |
function |
core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php |
Returns the registered link relation type name. |
| LinkViewsTokensTest::$fieldName |
property |
core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php |
The field name used for the link field. |
| LocalActionDefault::getRouteName |
function |
core/lib/Drupal/Core/Menu/LocalActionDefault.php |
Get the route name from the settings. |
| LocalActionInterface::getRouteName |
function |
core/lib/Drupal/Core/Menu/LocalActionInterface.php |
Get the route name from the settings. |
| LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchRefreshName |
function |
core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php |
Tests the deprecation of locale_config_batch_refresh_name(). |