Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 10.3.x for source
  4. Search 11.x for source
  5. Other projects
Title Object type File name Summary
ProfileFieldValuesTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php The data provider.
RdfMappingResourceTestBase class core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase.php file core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase::$entity property core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php
RdfMappingResourceTestBase::$entityTypeId property core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php The tested entity type.
RdfMappingResourceTestBase::$modules property core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php Modules to install.
RdfMappingResourceTestBase::createEntity function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php Creates the entity to be tested.
RdfMappingResourceTestBase::getExpectedCacheContexts function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
RdfMappingResourceTestBase::getExpectedNormalizedEntity function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php Returns the expected normalization of the entity.
RdfMappingResourceTestBase::getNormalizedPostEntity function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php Returns the normalized POST entity.
RdfMappingResourceTestBase::setUpAuthorization function core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php Sets up the necessary authorization.
RdfMappingTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/RdfMappingTest.php The name of the tested JSON:API resource type.
RdfMappingTest::providerSource function core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php The data provider.
RelatedResourceTypesTest class core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @coversDefaultClass \Drupal\jsonapi\ResourceType\ResourceType
@coversClass \Drupal\jsonapi\ResourceType\ResourceTypeRepository
@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
@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
@dataProvider getRelatableResourceTypesProvider
RelatedResourceTypesTest::testGetRelatableResourceTypesByField function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypesByField
@dataProvider getRelatableResourceTypesByFieldProvider
ReplaceOp::$source property composer/Plugin/Scaffold/Operations/ReplaceOp.php The relative path to the source file.
RequestHandler::delegateToRestResourcePlugin function core/modules/rest/src/RequestHandler.php Delegates an incoming request to the appropriate REST resource plugin.
RequirementsAwareSourceInterface interface core/modules/migrate/tests/src/Unit/MigrationTest.php Defines the RequirementsAwareSourceInterface.
Resource class core/modules/media/src/OEmbed/Resource.php Value object representing an oEmbed resource.
Resource.php file core/modules/media/src/OEmbed/Resource.php
Resource::$authorName property core/modules/media/src/OEmbed/Resource.php The name of the author/owner of the resource.
Resource::$authorUrl property core/modules/media/src/OEmbed/Resource.php A URL for the author/owner of the resource.
Resource::$height property core/modules/media/src/OEmbed/Resource.php The height of the resource, in pixels.
Resource::$html property core/modules/media/src/OEmbed/Resource.php The HTML representation of the resource.
Resource::$provider property core/modules/media/src/OEmbed/Resource.php The resource provider.
Resource::$thumbnailHeight property core/modules/media/src/OEmbed/Resource.php The height of the thumbnail, in pixels.
Resource::$thumbnailUrl property core/modules/media/src/OEmbed/Resource.php A URL to a thumbnail image representing the resource.
Resource::$thumbnailWidth property core/modules/media/src/OEmbed/Resource.php The width of the thumbnail, in pixels.
Resource::$title property core/modules/media/src/OEmbed/Resource.php A text title, describing the resource.
Resource::$type property core/modules/media/src/OEmbed/Resource.php The resource type. Can be one of the static::TYPE_* constants.
Resource::$url property core/modules/media/src/OEmbed/Resource.php The resource URL. Only applies to 'photo' and 'link' resources.
Resource::$width property core/modules/media/src/OEmbed/Resource.php The width of the resource, in pixels.
Resource::getAuthorName function core/modules/media/src/OEmbed/Resource.php Returns the name of the resource author.
Resource::getAuthorUrl function core/modules/media/src/OEmbed/Resource.php Returns the URL of the resource author.
Resource::getHeight function core/modules/media/src/OEmbed/Resource.php Returns the height of the resource.
Resource::getHtml function core/modules/media/src/OEmbed/Resource.php Returns the HTML representation of the resource.
Resource::getProvider function core/modules/media/src/OEmbed/Resource.php Returns the resource provider, if known.
Resource::getThumbnailHeight function core/modules/media/src/OEmbed/Resource.php Returns the height of the resource's thumbnail image.
Resource::getThumbnailUrl function core/modules/media/src/OEmbed/Resource.php Returns the URL of the resource's thumbnail image.

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