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
ImageStyleResourceTestBase::$effectUuid property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The effect UUID.
ImageStyleResourceTestBase::$entity property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The ImageStyle entity.
ImageStyleResourceTestBase::$entityTypeId property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The tested entity type.
ImageStyleResourceTestBase::$modules property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Modules to install.
ImageStyleResourceTestBase::createEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Creates the entity to be tested.
ImageStyleResourceTestBase::getExpectedNormalizedEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Returns the expected normalization of the entity.
ImageStyleResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Return the expected error message.
ImageStyleResourceTestBase::getNormalizedPostEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Returns the normalized POST entity.
ImageStyleResourceTestBase::setUpAuthorization function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Sets up the necessary authorization.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests that an invalid source image returns a 404.
ImageStylesTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php The data provider.
ImageStyleTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The name of the tested JSON:API resource type.
ImageTest::$source property core/tests/Drupal/Tests/Core/Image/ImageTest.php Image source path.
ImageToolkitBase::$source property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Path of the image file.
ImageToolkitBase::getSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets the source path of the image file.
ImageToolkitBase::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Sets the source path of the image file.
ImageToolkitInterface::getSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Gets the source path of the image file.
ImageToolkitInterface::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Sets the source path of the image file.
ItemResourceTestBase class core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php ResourceTestBase for Item entity.
ItemResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/Item/ItemResourceTestBase.php
ItemResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/Item/ItemResourceTestBase.php
ItemResourceTestBase.php file core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php
ItemResourceTestBase::$entity property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The Item entity.
ItemResourceTestBase::$entityTypeId property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The tested entity type.
ItemResourceTestBase::$modules property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Modules to install.
ItemResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The fields that are protected against modification during PATCH requests.
ItemResourceTestBase::createAnotherEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Creates another entity to be tested.
ItemResourceTestBase::createEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Creates the entity to be tested.
ItemResourceTestBase::getExpectedCacheContexts function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ItemResourceTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Returns the expected normalization of the entity.
ItemResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Return the expected error message.
ItemResourceTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Returns the normalized POST entity.
ItemResourceTestBase::setUpAuthorization function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Sets up the necessary authorization.
ItemTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ItemTest.php The name of the tested JSON:API resource type.
jsonapi.entity_resource service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\EntityResource
jsonapi.resource_response.subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\ResourceResponseSubscriber
jsonapi.resource_response_validator.subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\ResourceResponseValidator
jsonapi.resource_type.repository service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\ResourceType\ResourceTypeRepository
jsonapi.resource_type.repository.jsonapi_test_field_aliasing service core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml Drupal\jsonapi_test_field_aliasing\ResourceType\AliasingResourceTypeRepository
jsonapi.resource_version.route_enhancer service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Revisions\ResourceVersionRouteEnhancer
JsonApiDocumentTopLevelNormalizer::$resourceTypeRepository property core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php The JSON:API resource type repository.
jsonapi_test_resource_type_building.build_subscriber service core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml Drupal\jsonapi_test_resource_type_building\EventSubscriber\ResourceTypeBuildEventSubscriber
jsonapi_test_resource_type_building.info.yml file core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.info.yml core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.info.yml
jsonapi_test_resource_type_building.services.yml file core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml
LabelOnlyResourceObject class core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Value object decorating a ResourceObject; only its label is available.
LabelOnlyResourceObject.php file core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php
LabelOnlyResourceObject::$entity property core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php The entity represented by this resource object.
LabelOnlyResourceObject::createFromEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Creates a new ResourceObject from an entity.
LabelOnlyResourceObject::extractFieldsFromEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Extracts the entity's fields.
LabelOnlyResourceObject::getEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Gets the decorated entity.

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