Search for source

  1. Search 7.x for source
  2. Search 8.9.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
Row::hasSourceProperty function core/modules/migrate/src/Row.php Determines whether a source has a property.
Row::setSourceProperty function core/modules/migrate/src/Row.php Sets a source property if the row is not frozen.
RowTest::$testGetSourceIds property core/modules/migrate/tests/src/Unit/RowTest.php Test source keys for testing get and getMultiple.
RowTest::$testGetSourceProperties property core/modules/migrate/tests/src/Unit/RowTest.php Test source properties for testing get and getMultiple.
RowTest::$testSourceIds property core/modules/migrate/tests/src/Unit/RowTest.php The source IDs.
RowTest::testGetSourceProperty function core/modules/migrate/tests/src/Unit/RowTest.php Tests getting the source property.
RowTest::testMultipleSourceIdValues function core/modules/migrate/tests/src/Unit/RowTest.php Tests the multiple source IDs.
RowTest::testRowWithMultipleSourceIds function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: multiple source IDs.
RowTest::testSourceFreeze function core/modules/migrate/tests/src/Unit/RowTest.php Tests source immutability after freeze.
RowTest::testSourceIdValues function core/modules/migrate/tests/src/Unit/RowTest.php Tests the source ID.
sample_lookup_migration_multiple_source_ids.yml file core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_multiple_source_ids.yml
sample_stubbing_migration_with_multiple_source_ids.yml file core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml
ScaffoldFilePath::sourcePath function composer/Plugin/Scaffold/ScaffoldFilePath.php Converts the relative source path into an absolute path.
SearchPageResourceTestBase class core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php
SearchPageResourceTestBase.php file core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php
SearchPageResourceTestBase::$entity property core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php
SearchPageResourceTestBase::$entityTypeId property core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php The tested entity type.
SearchPageResourceTestBase::$modules property core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Modules to install.
SearchPageResourceTestBase::createEntity function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Creates the entity to be tested.
SearchPageResourceTestBase::getExpectedNormalizedEntity function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Returns the expected normalization of the entity.
SearchPageResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Return the expected error message.
SearchPageResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php The cacheability of unauthorized 'view' entity access.
SearchPageResourceTestBase::getNormalizedPostEntity function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Returns the normalized POST entity.
SearchPageResourceTestBase::setUpAuthorization function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Sets up the necessary authorization.
SearchPageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/SearchPageTest.php The name of the tested JSON:API resource type.
SearchPageTest::providerSource function core/modules/search/tests/src/Kernel/Migrate/d6/SearchPageTest.php The data provider.
SearchPageTest::providerSource function core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php The data provider.
serializer.normalizer.resource_identifier.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer
serializer.normalizer.resource_object.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ResourceObjectNormalizer
SerializerTest::$resourceType property core/modules/jsonapi/tests/src/Kernel/Serializer/SerializerTest.php A resource type for testing.
ShortcutResourceTestBase class core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php ResourceTestBase for Shortcut entity.
ShortcutResourceTestBase.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
ShortcutResourceTestBase::$entity property core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php The Shortcut entity.
ShortcutResourceTestBase::$entityTypeId property core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php The tested entity type.
ShortcutResourceTestBase::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Modules to install.
ShortcutResourceTestBase::$patchProtectedFieldNames property core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php The fields that are protected against modification during PATCH requests.
ShortcutResourceTestBase::createEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Creates the entity to be tested.
ShortcutResourceTestBase::getExpectedNormalizedEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Returns the expected normalization of the entity.
ShortcutResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Return the expected error message.
ShortcutResourceTestBase::getNormalizedPostEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Returns the normalized POST entity.
ShortcutResourceTestBase::setUpAuthorization function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Sets up the necessary authorization.
ShortcutSetResourceTestBase class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php ResourceTestBase for ShortcutSet entity.
ShortcutSetResourceTestBase.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php
ShortcutSetResourceTestBase::$entity property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php The ShortcutSet entity.
ShortcutSetResourceTestBase::$entityTypeId property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php The tested entity type.
ShortcutSetResourceTestBase::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Modules to install.
ShortcutSetResourceTestBase::$patchProtectedFieldNames property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php The fields that are protected against modification during PATCH requests.
ShortcutSetResourceTestBase::createEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Creates the entity to be tested.
ShortcutSetResourceTestBase::getExpectedNormalizedEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Returns the expected normalization of the entity.
ShortcutSetResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Return the expected error message.

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