| PathPluginBaseTest::testCollectRoutesWithSpecialRouteName |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collect routes method with an alternative route name in the UI. |
| PathPluginBaseTest::testGetRouteName |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the getRouteName method. |
| PerComponentEntityDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
|
| PerComponentEntityFormDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerformanceForm::getEditableConfigNames |
function |
core/modules/system/src/Form/PerformanceForm.php |
Gets the configuration names that will be editable. |
| PermissionHandler::getModuleNames |
function |
core/modules/user/src/PermissionHandler.php |
Returns all module names. |
| PhpStreamWrapperInterface::rename |
function |
core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php |
Renames a file or directory. |
| PhpTufValidator::PLUGIN_NAME |
constant |
core/modules/package_manager/src/Validator/PhpTufValidator.php |
The name of the PHP-TUF Composer integration plugin. |
| PoHeader::$languageName |
property |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Human readable language name. |
| PoHeader::$projectName |
property |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Name of the project the translation belongs to. |
| PoHeader::getLanguageName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Gets the human readable language name. |
| PoHeader::getProjectName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Gets the project name. |
| PoHeader::setLanguageName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Set the human readable language name. |
| PoHeader::setProjectName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Set the project name. |
| PrefetchedResult::$columnNames |
property |
core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php |
The column names. |
| PrivateFileOnTranslatedEntityTest::$fieldName |
property |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
The name of the file field used in the test. |
| PrivateStream::getName |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Returns the name of the stream wrapper for use in the UI. |
| ProfileExtensionList::getInstalledExtensionNames |
function |
core/lib/Drupal/Core/Extension/ProfileExtensionList.php |
Returns a list of machine names of installed extensions. |
| ProfileField::setTableNames |
function |
core/modules/user/src/Plugin/migrate/source/ProfileField.php |
Helper to set the profile field table names. |
| ProjectInfo::getProjectName |
function |
core/lib/Drupal/Core/Utility/ProjectInfo.php |
Determines what project a given file object belongs to. |
| Provider::$name |
property |
core/modules/media/src/OEmbed/Provider.php |
The provider name. |
| Provider::getName |
function |
core/modules/media/src/OEmbed/Provider.php |
Returns the provider name. |
| ProxyBuilder::buildProxyClassName |
function |
core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php |
Generates the used proxy class name from a given class name. |
| ProxyBuilder::buildProxyNamespace |
function |
core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php |
Generates the used proxy namespace from a given class name. |
| ProxyBuilderTest::testBuildProxyClassName |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
@legacy-covers ::buildProxyClassName |
| ProxyBuilderTest::testBuildProxyClassNameForModule |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
@legacy-covers ::buildProxyClassName |
| ProxyBuilderTest::testBuildProxyNamespace |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
@legacy-covers ::buildProxyNamespace |
| PublicStream::getName |
function |
core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Returns the name of the stream wrapper for use in the UI. |
| QueryBase::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
List of potential namespaces of the classes belonging to this query. |
| QueryBase::getNamespaces |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Gets a list of namespaces of the ancestors of a class. |
| QueryFactory::$namespaces |
property |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
The namespace of this class, the parent class etc. |
| QueryFactory::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php |
The namespace of this class, the parent class etc. |
| QueryFactory::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php |
The namespace of this class, the parent class etc. |
| QueryFactory::$namespaces |
property |
core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php |
The namespace of this class, the parent class etc. |
| QuickStartTestBase::$adminUsername |
property |
core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php |
User name of the admin account generated during install. |
| Random::$machineNames |
property |
core/lib/Drupal/Component/Utility/Random.php |
A list of unique names generated by machineName(). |
| Random::$names |
property |
core/lib/Drupal/Component/Utility/Random.php |
A list of unique names generated by name(). |
| Random::machineName |
function |
core/lib/Drupal/Component/Utility/Random.php |
Generates a string containing lowercase letters and numbers. |
| Random::machineName |
function |
core/tests/Drupal/TestTools/Random.php |
Generates a unique random string containing letters and numbers. |
| Random::name |
function |
core/lib/Drupal/Component/Utility/Random.php |
Generates a random string containing letters and numbers. |
| RandomGeneratorTrait::randomMachineName |
function |
core/tests/Drupal/Tests/RandomGeneratorTrait.php |
Generates a unique random string containing letters and numbers. |
| RandomTest::testRandomMachineNameException |
function |
core/tests/Drupal/Tests/Component/Utility/RandomTest.php |
Tests infinite loop prevention whilst generating random names. |
| RandomTest::testRandomMachineNameNonUnique |
function |
core/tests/Drupal/Tests/Component/Utility/RandomTest.php |
Tests random name generation if uniqueness is not enforced. |
| RandomTest::testRandomMachineNamesUniqueness |
function |
core/tests/Drupal/Tests/Component/Utility/RandomTest.php |
Tests unique random name generation. |
| RandomTest::testRandomNameException |
function |
core/tests/Drupal/Tests/Component/Utility/RandomTest.php |
Tests infinite loop prevention whilst generating random names. |
| RandomTest::testRandomNameNonUnique |
function |
core/tests/Drupal/Tests/Component/Utility/RandomTest.php |
Tests random name generation if uniqueness is not enforced. |
| RandomTest::testRandomNamesUniqueness |
function |
core/tests/Drupal/Tests/Component/Utility/RandomTest.php |
Tests unique random name generation. |
| RawStringFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php |
|
| ReadOnlyStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/ReadOnlyStorage.php |
Gets the existing collections. |
| ReadOnlyStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/ReadOnlyStorage.php |
Gets the name of the current collection the storage is using. |