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 11.x for source
  5. Other projects
Title Object type File name Summary
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
ImageToolkitBase::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php
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.
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.
JsonApiDocumentTopLevelNormalizerTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php The JSON:API resource type repository under test.
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
LabelOnlyResourceObject::extractFieldsFromEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php
LabelOnlyResourceObject::getEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Gets the decorated entity.
LabelOnlyResourceObject::setEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Sets the underlying entity.
LanguageContentSettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentSettingsTest.php
LanguageContentSettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentSettingsTest.php
LanguageContentTaxonomyVocabularySettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php
LanguageContentTaxonomyVocabularySettingsTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/d7/LanguageContentTaxonomyVocabularySettingsTest.php
LanguageTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php
LocaleStringTest::buildSourceString function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates random source string object.
LocaleTranslationChangeProjectVersionTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php Tests update translations when project version changes.
LocaleTranslationDownloadTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php Tests translation download from remote sources.
LocaleUpdateTest::testUpdateImportSourceLocal function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests translation import from remote sources.
locale_translation_build_sources function core/modules/locale/locale.translation.inc Build translation sources.
locale_translation_download_source function core/modules/locale/locale.batch.inc Downloads a translation file from a remote server.
locale_translation_load_sources function core/modules/locale/locale.translation.inc Loads cached translation sources containing current translation status.
locale_translation_source_build function core/modules/locale/locale.translation.inc Builds abstract translation source.
locale_translation_source_check_file function core/modules/locale/locale.translation.inc Checks whether a po file exists in the local filesystem.
LOCALE_TRANSLATION_SOURCE_COMPARE_EQ constant core/modules/locale/locale.translation.inc Comparison result of source files timestamps.
LOCALE_TRANSLATION_SOURCE_COMPARE_GT constant core/modules/locale/locale.translation.inc Comparison result of source files timestamps.
LOCALE_TRANSLATION_SOURCE_COMPARE_LT constant core/modules/locale/locale.translation.inc Comparison result of source files timestamps.
locale_translation_use_remote_source function core/modules/locale/locale.module Checks whether remote translation sources are used.
LOCALE_TRANSLATION_USE_SOURCE_LOCAL constant core/modules/locale/locale.module Translation update mode: Use local files only.
LOCALE_TRANSLATION_USE_SOURCE_REMOTE_AND_LOCAL constant core/modules/locale/locale.module Translation update mode: Use both remote and local files.
media.oembed.resource_fetcher service core/modules/media/media.services.yml Drupal\media\OEmbed\ResourceFetcher
Media::getSource function core/modules/media/src/Entity/Media.php
Media::hasSourceFieldChanged function core/modules/media/src/Entity/Media.php Determines if the source field value has changed.
MediaEmbed::getMediaImageSourceField function core/modules/media/src/Plugin/Filter/MediaEmbed.php Get image field from source config.
MediaInterface::getSource function core/modules/media/src/MediaInterface.php Returns the media source.
MediaMappingsConstraintValidatorTest::testMediaMappingSource function core/modules/media/tests/src/Kernel/MediaMappingsConstraintValidatorTest.php @covers ::validate[[api-linebreak]]

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