| RegressionTest::testDBFieldExists |
function |
core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php |
Tests the \Drupal\Core\Database\Schema::fieldExists() method. |
| RegressionTest::testDBIndexExists |
function |
core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php |
Tests the Schema::indexExists() method. |
| RegressionTest::testDBTableExists |
function |
core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php |
Tests the Schema::tableExists() method. |
| RegressionTest::testRegression_310447 |
function |
core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php |
Ensures that non-ASCII UTF-8 data is stored in the database properly. |
| RelatedResourceTypesTest |
class |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
Tests Drupal\jsonapi\ResourceType\ResourceType. |
| RelatedResourceTypesTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
|
| RelatedResourceTypesTest::$barType |
property |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
The JSON:API resource type for `node--bar`. |
| RelatedResourceTypesTest::$fooType |
property |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
The JSON:API resource type for `node--foo`. |
| RelatedResourceTypesTest::$modules |
property |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
Modules to install. |
| RelatedResourceTypesTest::$resourceTypeRepository |
property |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
The JSON:API resource type repository under test. |
| RelatedResourceTypesTest::getRelatableResourceTypesByFieldProvider |
function |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
Provides cases to test getRelatableTypesByField. |
| RelatedResourceTypesTest::getRelatableResourceTypesProvider |
function |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
Tests get relatable resource types provider. |
| RelatedResourceTypesTest::setUp |
function |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
|
| RelatedResourceTypesTest::testGetRelatableResourceTypes |
function |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
Tests get relatable resource types. |
| RelatedResourceTypesTest::testGetRelatableResourceTypesByField |
function |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
Tests get relatable resource types by field. |
| RelatedResourceTypesTest::testGetRelatableResourceTypesFromFieldDefinition |
function |
core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php |
Ensure a graceful failure when a field can references a missing bundle. |
| RelationshipJoinInTest |
class |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php |
Tests the base relationship handler. |
| RelationshipJoinInTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php |
|
| RelationshipJoinInTest::$columnMap |
property |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php |
Maps between the key in the expected result and the query result. |
| RelationshipJoinInTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php |
Views used by this test. |
| RelationshipJoinInTest::testRelationshipInQuery |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php |
Tests the query result of a view with a relationship with an IN condition. |
| RelationshipJoinInTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php |
Adds an IN condition for the user name. |
| RelationshipJoinTestBase |
class |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php |
Provides a base class for a testing a relationship. |
| RelationshipJoinTestBase.php |
file |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php |
|
| RelationshipJoinTestBase::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php |
Modules to install. |
| RelationshipJoinTestBase::$rootUser |
property |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php |
|
| RelationshipJoinTestBase::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php |
Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition(). |
| RelationshipJoinTestBase::setUpFixtures |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php |
Sets up the configuration and schema of views and views_test_data modules. |
| RelationshipJoinTestBase::viewsData |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php |
Overrides \Drupal\views\Tests\ViewTestBase::viewsData(). |
| RelationshipNodeFileDataTest |
class |
core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php |
Tests file on node relationship handler. |
| RelationshipNodeFileDataTest.php |
file |
core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php |
|
| RelationshipNodeFileDataTest::$modules |
property |
core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php |
Modules to install. |
| RelationshipNodeFileDataTest::$testViews |
property |
core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php |
Views used by this test. |
| RelationshipNodeFileDataTest::setUp |
function |
core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php |
|
| RelationshipNodeFileDataTest::testViewsHandlerRelationshipFileToNode |
function |
core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php |
Tests using the views file_to_node relationship. |
| RelationshipNodeFileDataTest::testViewsHandlerRelationshipNodeToFile |
function |
core/modules/file/tests/src/Kernel/Views/RelationshipNodeFileDataTest.php |
Tests using the views node_to_file relationship. |
| RelationshipNodeTermDataTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/RelationshipNodeTermDataTest.php |
Tests the taxonomy term on node relationship handler. |
| RelationshipNodeTermDataTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/RelationshipNodeTermDataTest.php |
|
| RelationshipNodeTermDataTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/RelationshipNodeTermDataTest.php |
Views used by this test. |
| RelationshipNodeTermDataTest::assertQueriesTermAccessTag |
function |
core/modules/taxonomy/tests/src/Kernel/Views/RelationshipNodeTermDataTest.php |
Assert views queries have taxonomy_term_access tag. |
| RelationshipNodeTermDataTest::testTag |
function |
core/modules/taxonomy/tests/src/Kernel/Views/RelationshipNodeTermDataTest.php |
Tests that the 'taxonomy_term_access' tag is added to the Views query. |
| RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData |
function |
core/modules/taxonomy/tests/src/Kernel/Views/RelationshipNodeTermDataTest.php |
Tests relations limited by vocabulary. |
| RelationshipNormalizerTest |
class |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
Tests Drupal\jsonapi\Normalizer\RelationshipNormalizer. |
| RelationshipNormalizerTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
|
| RelationshipNormalizerTest::$image1 |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
An image. |
| RelationshipNormalizerTest::$image2 |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
An image. |
| RelationshipNormalizerTest::$imageIds |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
Static UUIDs for use in tests. |
| RelationshipNormalizerTest::$imageUids |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
Static UUIDs for use in tests. |
| RelationshipNormalizerTest::$modules |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
Modules to install. |
| RelationshipNormalizerTest::$normalizer |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
The normalizer. |