Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
RelationshipNormalizer.php file core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizer::normalize function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizerTest class core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php @coversDefaultClass \Drupal\jsonapi\Normalizer\RelationshipNormalizer[[api-linebreak]]
@group jsonapi
@group #slow
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.
RelationshipNormalizerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php
RelationshipNormalizerTest::testNormalize function core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php @covers ::normalize[[api-linebreak]]
@dataProvider normalizeProvider
RelationshipPluginBase class core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Relationship plugin base.
RelationshipPluginBase.php file core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php
RelationshipPluginBase::$alias property core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php The relationship alias.
RelationshipPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Provide a form to edit options for this plugin.
RelationshipPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Calculates dependencies for the configured plugin.
RelationshipPluginBase::defineOptions function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Information about options for all kinds of purposes will be held here.
RelationshipPluginBase::init function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
RelationshipPluginBase::query function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Add anything to the query that we might need to.
RelationshipPluginBase::usesGroupBy function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Provides the handler some groupby.
RelationshipRepresentativeNodeTest class core/modules/taxonomy/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Tests the representative node relationship for terms.
RelationshipRepresentativeNodeTest class core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Tests the representative node relationship for users.
RelationshipRepresentativeNodeTest.php file core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
RelationshipRepresentativeNodeTest.php file core/modules/taxonomy/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
RelationshipRepresentativeNodeTest::$modules property core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Modules to install.
RelationshipRepresentativeNodeTest::$testViews property core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Views used by this test.
RelationshipRepresentativeNodeTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Views used by this test.
RelationshipRepresentativeNodeTest::testRelationship function core/modules/taxonomy/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Tests the relationship.
RelationshipRepresentativeNodeTest::testRelationship function core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Tests the relationship.
RelationshipRouteAccessCheck class core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php Defines a class to check access to related and relationship routes.
RelationshipRouteAccessCheck.php file core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php
RelationshipRouteAccessCheck::$entityAccessChecker property core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php The JSON:API entity access checker.
RelationshipRouteAccessCheck::access function core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php Checks access to the relationship field on the given route.
RelationshipRouteAccessCheck::ROUTE_REQUIREMENT_KEY constant core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php The route requirement key for this access check.
RelationshipRouteAccessCheck::__construct function core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php RelationshipRouteAccessCheck constructor.
RelationshipTest class core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php Tests the base relationship handler.
RelationshipTest.php file core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php
RelationshipTest::$columnMap property core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php Maps between the key in the expected result and the query result.
RelationshipTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php Views used by this test.

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