Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
RelatedResourceTypesTest class core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @coversDefaultClass \Drupal\jsonapi\ResourceType\ResourceType[[api-linebreak]]
@coversClass \Drupal\jsonapi\ResourceType\ResourceTypeRepository[[api-linebreak]]
@group jsonapi
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 enable.
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 @covers ::getRelatableResourceTypes[[api-linebreak]]
@dataProvider getRelatableResourceTypesProvider
RelatedResourceTypesTest::setUp function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php
RelatedResourceTypesTest::testGetRelatableResourceTypes function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypes[[api-linebreak]]
@dataProvider getRelatableResourceTypesProvider
RelatedResourceTypesTest::testGetRelatableResourceTypesByField function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypesByField[[api-linebreak]]
@dataProvider getRelatableResourceTypesByFieldProvider
RelationLinkManager::$deprecatedProperties property core/modules/hal/src/LinkManager/RelationLinkManager.php
RelationLinkManager::getRelationInternalIds function core/modules/hal/src/LinkManager/RelationLinkManager.php Translates a REST URI into internal IDs.
RelationLinkManager::getRelations function core/modules/hal/src/LinkManager/RelationLinkManager.php Get the array of relation links.
RelationLinkManager::__construct function core/modules/hal/src/LinkManager/RelationLinkManager.php Constructor.
RelationLinkManagerInterface::getRelationInternalIds function core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php Translates a REST URI into internal IDs.
Relationship class core/modules/jsonapi/src/JsonApiResource/Relationship.php Represents references from one resource object to other resource object(s).
Relationship.php file core/modules/jsonapi/src/JsonApiResource/Relationship.php
Relationship::$context property core/modules/jsonapi/src/JsonApiResource/Relationship.php The context resource object of the relationship.
Relationship::$data property core/modules/jsonapi/src/JsonApiResource/Relationship.php The data of the relationship object.
Relationship::$fieldName property core/modules/jsonapi/src/JsonApiResource/Relationship.php The relationship's public field name.
Relationship::$links property core/modules/jsonapi/src/JsonApiResource/Relationship.php The relationship object's links.
Relationship::$meta property core/modules/jsonapi/src/JsonApiResource/Relationship.php The relationship object's meta member.
Relationship::buildLinkCollectionFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Builds a LinkCollection for the given entity reference field.
Relationship::createFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Creates a new Relationship from an entity reference field.
Relationship::getContext function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets context resource object of the relationship.
Relationship::getData function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's data.
Relationship::getFieldName function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's public field name.
Relationship::getLinks function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's links.
Relationship::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/Relationship.php Merges the object's links with the top-level links.
Relationship::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/Relationship.php Merges the object's meta member with the top-level meta member.
Relationship::getMeta function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's metadata.
Relationship::getOmissions function core/modules/jsonapi/src/JsonApiResource/Relationship.php Returns the data that was omitted from the JSON:API document.
Relationship::__construct function core/modules/jsonapi/src/JsonApiResource/Relationship.php Relationship constructor.
RelationshipData class core/modules/jsonapi/src/JsonApiResource/RelationshipData.php Represents the data of a relationship object or relationship document.
RelationshipData.php file core/modules/jsonapi/src/JsonApiResource/RelationshipData.php
RelationshipData::__construct function core/modules/jsonapi/src/JsonApiResource/RelationshipData.php RelationshipData constructor.
RelationshipFieldAccess class core/modules/jsonapi/src/Access/RelationshipFieldAccess.php Defines a class to check access to related and relationship routes.
RelationshipFieldAccess.php file core/modules/jsonapi/src/Access/RelationshipFieldAccess.php
RelationshipFieldAccess::$entityAccessChecker property core/modules/jsonapi/src/Access/RelationshipFieldAccess.php The JSON:API entity access checker.
RelationshipFieldAccess::access function core/modules/jsonapi/src/Access/RelationshipFieldAccess.php Checks access to the relationship field on the given route.
RelationshipFieldAccess::ROUTE_REQUIREMENT_KEY constant core/modules/jsonapi/src/Access/RelationshipFieldAccess.php The route requirement key for this access check.
RelationshipFieldAccess::__construct function core/modules/jsonapi/src/Access/RelationshipFieldAccess.php RelationshipFieldAccess 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.

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