Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 8.9.x for source
  4. Search 10.3.x for source
  5. Other projects
Title Object type File name Summary
ResourceTypeRepositoryTest::setUp function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php
ResourceTypeRepositoryTest::testAll function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php @covers ::all[[api-linebreak]]
ResourceTypeRepositoryTest::testCaching function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Ensures that the ResourceTypeRepository's cache does not become stale.
ResourceTypeRepositoryTest::testGet function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php @covers ::get[[api-linebreak]]
@dataProvider getProvider
ResourceTypeRepositoryTest::testMappingNameConflictCheck function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Ensures that a naming conflict in mapping causes an exception to be thrown.
ResourceTypeRepositoryTest::testResourceTypeDisabling function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource types can be disabled by a build subscriber.
ResourceTypeRepositoryTest::testResourceTypeFieldAliasing function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource type fields can be aliased per resource type.
ResourceTypeRepositoryTest::testResourceTypeFieldDisabling function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource type fields can be disabled per resource type.
ResourceTypeRepositoryTest::testResourceTypeFieldEnabling function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource type fields can be re-enabled per resource type.
ResourceTypeRepositoryTest::testResourceTypeRenaming function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests that resource types can be renamed.
ResourceVersionRouteEnhancer class core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php Loads an appropriate revision for the requested resource version.
ResourceVersionRouteEnhancer.php file core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php
ResourceVersionRouteEnhancer::$versionNegotiator property core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php The revision ID negotiator.
ResourceVersionRouteEnhancer::CACHE_CONTEXT constant core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php The cache context by which vary the loaded entity revision.
ResourceVersionRouteEnhancer::enhance function core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php Updates the defaults for a route definition based on the request.
ResourceVersionRouteEnhancer::isValidVersionIdentifier function core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php Validates the user input.
ResourceVersionRouteEnhancer::RESOURCE_VERSION_QUERY_PARAMETER constant core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php The query parameter for providing a version (revision) value.
ResourceVersionRouteEnhancer::REVISION_ID_KEY constant core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php The route default parameter name.
ResourceVersionRouteEnhancer::VERSION_IDENTIFIER_VALIDATOR constant core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php Resource version validation regex.
ResourceVersionRouteEnhancer::WORKING_COPIES_REQUESTED constant core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php A route parameter key which indicates that working copies were requested.
ResourceVersionRouteEnhancer::__construct function core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php ResourceVersionRouteEnhancer constructor.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersMultipleSources function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatter on node display with one and two sources.
ResponsiveImageStyleResourceTestBase class core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Resource test base for ResponsiveImageStyle entity.
ResponsiveImageStyleResourceTestBase.php file core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php
ResponsiveImageStyleResourceTestBase::$effectUuid property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php The effect UUID.
ResponsiveImageStyleResourceTestBase::$entity property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php The ResponsiveImageStyle entity.
ResponsiveImageStyleResourceTestBase::$entityTypeId property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php The tested entity type.
ResponsiveImageStyleResourceTestBase::$modules property core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Modules to install.
ResponsiveImageStyleResourceTestBase::createEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Creates the entity to be tested.
ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Returns the expected normalization of the entity.
ResponsiveImageStyleResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Return the expected error message.
ResponsiveImageStyleResourceTestBase::getNormalizedPostEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Returns the normalized POST entity.
ResponsiveImageStyleResourceTestBase::setUpAuthorization function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Sets up the necessary authorization.
ResponsiveImageStylesTest::providerSource function core/modules/responsive_image/tests/src/Kernel/Plugin/migrate/source/d7/ResponsiveImageStylesTest.php Provides source data for ::testSource.
ResponsiveImageStyleTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php The name of the tested JSON:API resource type.
rest.resource.entity.node.yml file core/modules/rest/config/optional/rest.resource.entity.node.yml core/modules/rest/config/optional/rest.resource.entity.node.yml
rest.resource.entity.post_route.subscriber service core/modules/rest/rest.services.yml \Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber
rest.resource_response.subscriber service core/modules/rest/rest.services.yml Drupal\rest\EventSubscriber\ResourceResponseSubscriber
rest.resource_routes service core/modules/rest/rest.services.yml Drupal\rest\Routing\ResourceRoutes
RestJsonApiUnsupportedTest::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The REST Resource Config entity ID under test (i.e. a resource type).
RestPermissions::$resourceConfigStorage property core/modules/rest/src/RestPermissions.php The REST resource config storage.
RestResource class core/modules/rest/src/Attribute/RestResource.php Defines a REST resource attribute object.
RestResource class core/modules/rest/src/Annotation/RestResource.php Defines a REST resource annotation object.
RestResource.php file core/modules/rest/src/Attribute/RestResource.php
RestResource.php file core/modules/rest/src/Annotation/RestResource.php
RestResource::$id property core/modules/rest/src/Annotation/RestResource.php The REST resource plugin ID.
RestResource::$label property core/modules/rest/src/Annotation/RestResource.php The human-readable name of the REST resource plugin.
RestResource::$serialization_class property core/modules/rest/src/Annotation/RestResource.php The serialization class to deserialize serialized data into.
RestResource::$uri_paths property core/modules/rest/src/Annotation/RestResource.php The URI paths that this REST resource plugin provides.
RestResource::__construct function core/modules/rest/src/Attribute/RestResource.php Constructs a RestResource attribute.

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