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
Routes::getRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets applicable resource routes for a JSON:API resource type.
Routes::hasNonInternalFileTargetResourceTypes function core/modules/jsonapi/src/Routing/Routes.php Determines if an array of resource types lists non-internal "file" ones.
Routes::hasNonInternalTargetResourceTypes function core/modules/jsonapi/src/Routing/Routes.php Determines if an array of resource types has any non-internal ones.
Routes::RESOURCE_TYPE_KEY constant core/modules/jsonapi/src/Routing/Routes.php The route default key for the route's resource type information.
Row::$source property core/modules/migrate/src/Row.php The actual values of the source row.
Row::$sourceIds property core/modules/migrate/src/Row.php The source identifiers.
Row::freezeSource function core/modules/migrate/src/Row.php Freezes the source.
Row::getSource function core/modules/migrate/src/Row.php Retrieves all source properties.
Row::getSourceIdValues function core/modules/migrate/src/Row.php Retrieves the values of the source identifiers.
Row::getSourceProperty function core/modules/migrate/src/Row.php Retrieves a source property.
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 Base class for Search page tests.
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
SearchPageTest::providerSource function core/modules/search/tests/src/Kernel/Migrate/d7/SearchPageTest.php
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.

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