Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
RelationshipData.php file core/modules/jsonapi/src/JsonApiResource/RelationshipData.php
RelationshipData::__construct function core/modules/jsonapi/src/JsonApiResource/RelationshipData.php RelationshipData constructor.
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
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
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.
RelationshipNormalizer class core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php Normalizes a JSON:API relationship object.
RelationshipNormalizer.php file core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizer::doNormalize function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php Normalizes data into a set of arrays/scalars.
RelationshipNormalizer::getNormalizationSchema function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php Retrieve JSON Schema for the normalization.
RelationshipNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizer::__construct function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php Constructor.
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.
RelationshipNormalizerTest::$referencer property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php A referencer node.
RelationshipNormalizerTest::$referencerId property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUID for the referencing entity.
RelationshipNormalizerTest::$referencingResourceType property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php The node type.
RelationshipNormalizerTest::$user1 property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php A user.
RelationshipNormalizerTest::$user2 property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php A user.
RelationshipNormalizerTest::$userIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RelationshipNormalizerTest::$userUids property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UIDs for use in tests.
RelationshipNormalizerTest::normalizeProvider function core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Data provider for testNormalize.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.