| ReservedWordTest::testSelectReservedWordTableSpecificField |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with a specific field from a table with a reserved name. |
| ResettableStackedRouteMatchInterface |
interface |
core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php |
Defines an interface for a resettable stack of route matches. |
| ResettableStackedRouteMatchInterface.php |
file |
core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php |
|
| ResettableStackedRouteMatchInterface::resetRouteMatch |
function |
core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php |
Resets the route match static cache. |
| ResettableStaticTest |
class |
core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php |
Tests that drupal_static() and drupal_static_reset() work. |
| ResettableStaticTest.php |
file |
core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php |
|
| ResettableStaticTest::testDrupalStatic |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php |
Tests drupal_static() function. |
| ResourceType::$isLocatable |
property |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Whether this resource type's resources are locatable. |
| ResourceType::$isMutable |
property |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Whether this resource type's resources are mutable. |
| ResourceType::$relatableResourceTypesByField |
property |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
An array of arrays of relatable resource types, keyed by public field name. |
| ResourceType::getRelatableResourceTypes |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Get all resource types with which this type may have a relationship. |
| ResourceType::getRelatableResourceTypesByField |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Get all resource types with which the given field may have a relationship. |
| ResourceType::isLocatable |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Whether resources of this resource type are locatable. |
| ResourceType::isMutable |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Whether resources of this resource type are mutable. |
| ResourceType::setRelatableResourceTypes |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Sets the relatable resource types. |
| ResourceTypeRelationship::$relatableResourceTypes |
property |
core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php |
The resource type to which this relationships can relate. |
| ResourceTypeRelationship::getRelatableResourceTypes |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php |
Gets the relatable resource types. |
| ResourceTypeRelationship::withRelatableResourceTypes |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php |
Establishes the relatable resource types of this field. |
| ResourceTypeRepository::calculateRelatableResourceTypes |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
Calculates relatable JSON:API resource types for a given resource type. |
| ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
Get relatable resource types from a field definition. |
| ResourceTypeRepository::isLocatableResourceType |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
Whether an entity type + bundle maps to a locatable resource type. |
| ResourceTypeRepository::isMutableResourceType |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php |
Whether an entity type + bundle maps to a mutable resource type. |
| RevisionableContentEntityBaseTest::assertItemsTableCount |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php |
Asserts the amount of items on entity related tables. |
| RevisionVersionHistoryTranslatableTest |
class |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php |
Tests version history page with translations. |
| RevisionVersionHistoryTranslatableTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php |
|
| RevisionVersionHistoryTranslatableTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php |
The theme to install as the default for testing. |
| RevisionVersionHistoryTranslatableTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php |
Modules to install. |
| RevisionVersionHistoryTranslatableTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php |
|
| RevisionVersionHistoryTranslatableTest::testVersionHistoryTranslations |
function |
core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTranslatableTest.php |
Tests the version history page for translations. |
| RouteProvider::$tableName |
property |
core/lib/Drupal/Core/Routing/RouteProvider.php |
The name of the SQL table from which to read the routes. |
| RoutingFixtures::createTables |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Create the tables required for the sample data. |
| RoutingFixtures::dropTables |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Drop the tables used for the sample data. |
| RoutingFixtures::routingTableDefinition |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Returns the table definition for the routing fixtures. |
| RowEntityRenderersTest::testRevisionBaseTable |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the row renderer with a revision base table. |
| Rss::$base_table |
property |
core/modules/comment/src/Plugin/views/row/Rss.php |
|
| Rss::$base_table |
property |
core/modules/node/src/Plugin/views/row/Rss.php |
The base table for this row plugin. |
| RssFeedsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/RssFeedsForm.php |
Gets the configuration names that will be editable. |
| RsyncValidatorTest::$executableFinder |
property |
core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php |
The mocked executable finder. |
| Schema::$tableInformation |
property |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
A cache of information about blob columns and sequences of tables. |
| Schema::alterTable |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Create a table with a new schema containing the old content. |
| Schema::buildTableNameCondition |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Builds a condition to match a table name with the information schema. |
| Schema::buildTableNameCondition |
function |
core/lib/Drupal/Core/Database/Schema.php |
Builds a condition to match a table name against the information_schema. |
| Schema::COMMENT_MAX_TABLE |
constant |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Maximum length of a table comment in MySQL. |
| Schema::createTable |
function |
core/lib/Drupal/Core/Database/Schema.php |
Create a new table from a Drupal table definition. |
| Schema::createTableSql |
function |
core/lib/Drupal/Core/Database/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
| Schema::createTableSql |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
| Schema::createTableSql |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
| Schema::createTableSql |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
| Schema::dropTable |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Drop a table. |
| Schema::dropTable |
function |
core/lib/Drupal/Core/Database/Schema.php |
Drop a table. |