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
FileUploadTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FileUploadTest.php
FilterFormatResourceTestBase class core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase.php file core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
FilterFormatResourceTestBase::$entity property core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php
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 The data provider.
FilterFormatTest::providerSource function core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php The data provider.
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/modules/help_topics/src/FrontMatter.php The source.
GDToolkit::$resource property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php A GD image resource.
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_topics/src/HelpTopicTwigLoader.php
HelpTopicTwigLoaderTest::testGetSourceContext function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php @covers ::getSourceContext
HelpTopicTwigLoaderTest::testGetSourceContextException function core/modules/help_topics/tests/src/Unit/HelpTopicTwigLoaderTest.php @covers ::getSourceContext
HighWaterNotJoinableTest::providerSource function core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php The data provider.
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.
I18nProfileFieldTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php The data provider.
i18nVariableTest::providerSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/i18nVariableTest.php The data provider.
i18nVariableTest::testSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/i18nVariableTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation The Drupal\migrate_drupal\Plugin\migrate\source\d6\i18nVariable is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use…
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 The data provider.
ImageInterface::getSource function core/lib/Drupal/Core/Image/ImageInterface.php Retrieves the source path of the image file.
ImageStyleResourceTestBase class core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php ResourceTestBase for ImageStyle entity.
ImageStyleResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase.php file core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php

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