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
FilterFormatResourceTestBase::$entityTypeId property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php The tested entity type.
FilterFormatResourceTestBase::$modules property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Modules to install.
FilterFormatResourceTestBase::createEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Creates the entity to be tested.
FilterFormatResourceTestBase::getExpectedNormalizedEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Returns the expected normalization of the entity.
FilterFormatResourceTestBase::getNormalizedPostEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Returns the normalized POST entity.
FilterFormatResourceTestBase::setUpAuthorization function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Sets up the necessary authorization.
FilterFormatTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php The name of the tested JSON:API resource type.
FilterFormatTest::providerSource function core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php
FilterFormatTest::providerSource function core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php
FilterHtmlImageSecureTest::testImageSource function core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php Tests removal of images having a non-local source.
FilterID::getSourceFilterType function core/modules/filter/src/Plugin/migrate/process/FilterID.php Gets the Drupal 8 filter type for a Drupal 7 filter.
FilterTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php The JSON:API resource type repository.
Fixtures::sourcePath function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets a path to a source scaffold fixture.
FormElementBase::getSourceElement function core/modules/config_translation/src/FormElement/FormElementBase.php Returns the source element for a given configuration definition.
FrontMatter::$source property core/lib/Drupal/Component/FrontMatter/FrontMatter.php The source.
FrontMatterParseException::$sourceLine property core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php The line number of where the parse error occurred.
FrontMatterParseException::getSourceLine function core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php Retrieves the line number where the parse error occurred.
FrontMatterTest::BROKEN_SOURCE constant core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php A broken source.
FrontMatterTest::createFrontMatterSource function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Creates a front matter source string.
FrontMatterTest::SOURCE constant core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php A basic source string.
GDToolkit::getResource function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Retrieves the GD image resource.
GDToolkit::setResource function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Sets the GD image resource.
GetTest::testTransformSourceArray function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array.
GetTest::testTransformSourceArrayAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array pointing to destination.
GetTest::testTransformSourceString function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string.
GetTest::testTransformSourceStringAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string pointing to destination.
HandleMultiplesTest::scalarAndMultipleValuesProviderSource function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the source data with scalar and multiple values.
HelpTopicTwigLoader::getSourceContext function core/modules/help/src/HelpTopicTwigLoader.php
HelpTopicTwigLoaderTest::testGetSourceContext function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php @covers ::getSourceContext
HelpTopicTwigLoaderTest::testGetSourceContextException function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php @covers ::getSourceContext
HighWaterNotJoinableTest::providerSource function core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
hook_media_source_info_alter function core/modules/media/media.api.php Alters the information provided in \Drupal\media\Annotation\MediaSource.
hook_oembed_resource_url_alter function core/modules/media/media.api.php Alters an oEmbed resource URL before it is fetched.
hook_rest_resource_alter function core/modules/rest/rest.api.php Alter the resource plugin definitions.
IdConflictTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the source base path for the concrete test.
IdConflictTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the source base path for the concrete test.
Image::$source property core/lib/Drupal/Core/Image/Image.php Path of the image file.
Image::createSourceField function core/modules/media/src/Plugin/media/Source/Image.php Creates the source field definition for a type.
Image::getSource function core/lib/Drupal/Core/Image/Image.php Retrieves the source path of the image file.
ImageCachePresetTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php
ImageInterface::getSource function core/lib/Drupal/Core/Image/ImageInterface.php Retrieves the source path of the image file.
ImageStyleDownloadController::sourceImageExists function core/modules/image/src/Controller/ImageStyleDownloadController.php Checks whether the provided source image exists.
ImageStyleResourceTestBase class core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php ResourceTestBase for ImageStyle entity.
ImageStyleResourceTestBase.php file core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
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.

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