| RandomGeneratorTrait::randomMachineName |
function |
core/tests/Drupal/Tests/RandomGeneratorTrait.php |
Generates a unique random string containing letters and numbers. |
| 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/String/RawStringFormatterTest.php |
|
| RdfMappingTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php |
The name of the tested JSON:API resource type. |
| rdf_conflicting_namespaces.info.yml |
file |
core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml |
core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml |
| rdf_conflicting_namespaces.module |
file |
core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.module |
Test the namespace registration functionality. |
| rdf_conflicting_namespaces_rdf_namespaces |
function |
core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.module |
Implements hook_rdf_namespaces(). |
| rdf_get_namespaces |
function |
core/modules/rdf/rdf.module |
Retrieves RDF namespaces. |
| rdf_preprocess_username |
function |
core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for username.html.twig. |
| rdf_rdf_namespaces |
function |
core/modules/rdf/rdf.module |
Implements hook_rdf_namespaces(). |
| rdf_test_namespaces.info.yml |
file |
core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml |
core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml |
| rdf_test_namespaces.module |
file |
core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module |
Test the namespace registration functionality. |
| rdf_test_namespaces_rdf_namespaces |
function |
core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module |
Implements hook_rdf_namespaces(). |
| 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. |
| ReadOnlyStorage::rename |
function |
core/lib/Drupal/Core/Config/ReadOnlyStorage.php |
Renames a configuration object in the storage. |
| ReadOnlyStream::rename |
function |
core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for rename(). |
| ReadOnlyStreamWrapperTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RegionalForm::getEditableConfigNames |
function |
core/modules/system/src/Form/RegionalForm.php |
Gets the configuration names that will be editable. |
| Registry::$themeName |
property |
core/lib/Drupal/Core/Theme/Registry.php |
The name of the theme for which to construct the registry, if given. |
| Relationship::$fieldName |
property |
core/modules/jsonapi/src/JsonApiResource/Relationship.php |
The relationship's public field name. |
| Relationship::getFieldName |
function |
core/modules/jsonapi/src/JsonApiResource/Relationship.php |
Gets the relationship object's public field name. |
| RemoteFileDeleteRecursiveTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RemoteFileDeleteTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RemoteFileDirectoryTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RemoteFileMoveTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RemoteFileSaveDataTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RemoteFileScanDirectoryTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RemoteFileUnmanagedCopyTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| RemovedPostUpdateNameException |
class |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
An exception thrown for removed post-update functions. |
| RemovedPostUpdateNameException.php |
file |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
|
| Resource::$authorName |
property |
core/modules/media/src/OEmbed/Resource.php |
The name of the author/owner of the resource. |
| Resource::getAuthorName |
function |
core/modules/media/src/OEmbed/Resource.php |
Returns the name of the resource author. |
| ResourceIdentifier::$resourceTypeName |
property |
core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php |
The JSON:API resource type name. |
| ResourceIdentifier::getDataReferencePropertyName |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php |
Helper method to determine which field item property contains an entity. |
| ResourceIdentifier::getTypeName |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php |
Gets the ResourceIdentifier's JSON:API resource type name. |
| ResourceIdentifierInterface::getTypeName |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceIdentifierInterface.php |
Gets the resource identifier's JSON:API resource type name. |
| ResourceIdentifierTrait::getTypeName |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceIdentifierTrait.php |
|
| ResourceObject::getLabelFieldName |
function |
core/modules/jsonapi/src/JsonApiResource/ResourceObject.php |
Determines the entity type's (internal) label field name. |
| ResourceTestBase::$labelFieldName |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Specify which field is the 'label' field for testing a POST edge case. |
| ResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| ResourceTestBase::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The name of the tested JSON:API resource type. |
| ResourceTestBase::$uniqueFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Fields that need unique values. |
| ResourceTestBase::getRelationshipFieldNames |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Gets a list of public relationship names for the resource type under test. |
| ResourceType::$typeName |
property |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
The type name. |
| ResourceType::getFieldByInternalName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Gets a particular attribute or relationship field by internal field name. |
| ResourceType::getFieldByPublicName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Gets a particular attribute or relationship field by public field name. |
| ResourceType::getInternalName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Translates the public field name to the entity field name. |