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
PathAliasResourceTestBase::$secondCreatedEntityId property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php The entity ID for the second created entity in testPost().
PathAliasResourceTestBase::createEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Creates the entity to be tested.
PathAliasResourceTestBase::getExpectedNormalizedEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Returns the expected normalization of the entity.
PathAliasResourceTestBase::getNormalizedPostEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Returns the normalized POST entity.
PathAliasResourceTestBase::setUpAuthorization function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Sets up the necessary authorization.
PathAliasTest::$resourceTypeIsVersionable property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Whether the tested JSON:API resource is versionable.
PathAliasTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php The name of the tested JSON:API resource type.
PathValidatorTest::testIsValidWithResourceNotFound function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests is valid with resource not found.
plugin.manager.media.source service core/modules/media/media.services.yml Drupal\media\MediaSourceManager
plugin.manager.migrate.source service core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigrateSourcePluginManager
PluralVariants::getSourceElement function core/modules/config_translation/src/FormElement/PluralVariants.php Returns the source element for a given configuration definition.
PoItem::$source property core/lib/Drupal/Component/Gettext/PoItem.php The source string or array of strings if it has plurals.
PoItem::getSource function core/lib/Drupal/Component/Gettext/PoItem.php Gets the source string(s) if the translation has plurals.
PoItem::setSource function core/lib/Drupal/Component/Gettext/PoItem.php Sets the source string(s) if the translation has plurals.
ProfileFieldOptionTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Provides source data for ::testSource.
ProfileFieldTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Provides source data for ::testSource.
ProfileFieldTranslationTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Provides source data for ::testSource.
ProfileFieldValuesTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Provides source data for ::testSource.
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 install.
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
RelatedResourceTypesTest::testGetRelatableResourceTypesFromFieldDefinition function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Ensure a graceful failure when a field can references a missing bundle.
RelationshipNormalizerTest::$referencingResourceType property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php The node type.
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.

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