Search for source
- Search 7.x for source
- Search 9.5.x for source
- Search 8.9.x for source
- Search 11.x for source
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Routes::getResourceTypeNameFromParameters | function | core/ |
Gets the resource type from a route or request's parameters. |
Routes::getRoutesForResourceType | function | core/ |
Gets applicable resource routes for a JSON:API resource type. |
Routes::hasNonInternalFileTargetResourceTypes | function | core/ |
Determines if an array of resource types lists non-internal "file" ones. |
Routes::hasNonInternalTargetResourceTypes | function | core/ |
Determines if an array of resource types has any non-internal ones. |
Routes::RESOURCE_TYPE_KEY | constant | core/ |
The route default key for the route's resource type information. |
Row::$source | property | core/ |
The actual values of the source row. |
Row::$sourceIds | property | core/ |
The source identifiers. |
Row::freezeSource | function | core/ |
Freezes the source. |
Row::getSource | function | core/ |
Retrieves all source properties. |
Row::getSourceIdValues | function | core/ |
Retrieves the values of the source identifiers. |
Row::getSourceProperty | function | core/ |
Retrieves a source property. |
Row::hasSourceProperty | function | core/ |
Determines whether a source has a property. |
Row::setSourceProperty | function | core/ |
Sets a source property if the row is not frozen. |
RowTest::$testGetSourceIds | property | core/ |
Test source keys for testing get and getMultiple. |
RowTest::$testGetSourceProperties | property | core/ |
Test source properties for testing get and getMultiple. |
RowTest::$testSourceIds | property | core/ |
The source IDs. |
RowTest::testGetSourceProperty | function | core/ |
Tests getting the source property. |
RowTest::testMultipleSourceIdValues | function | core/ |
Tests the multiple source IDs. |
RowTest::testRowWithMultipleSourceIds | function | core/ |
Tests object creation: multiple source IDs. |
RowTest::testSourceFreeze | function | core/ |
Tests source immutability after freeze. |
RowTest::testSourceIdValues | function | core/ |
Tests the source ID. |
sample_lookup_migration_multiple_source_ids.yml | file | core/ |
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/ |
core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml |
ScaffoldFilePath::sourcePath | function | composer/ |
Converts the relative source path into an absolute path. |
SearchPageResourceTestBase | class | core/ |
Base class for Search page tests. |
SearchPageResourceTestBase.php | file | core/ |
|
SearchPageResourceTestBase::$entity | property | core/ |
|
SearchPageResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
SearchPageResourceTestBase::$modules | property | core/ |
Modules to install. |
SearchPageResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
SearchPageResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
SearchPageResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
SearchPageResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability | function | core/ |
The cacheability of unauthorized 'view' entity access. |
SearchPageResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
SearchPageResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
SearchPageTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
SearchPageTest::providerSource | function | core/ |
|
SearchPageTest::providerSource | function | core/ |
|
serializer.normalizer.resource_identifier.jsonapi | service | core/ |
Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer |
serializer.normalizer.resource_object.jsonapi | service | core/ |
Drupal\jsonapi\Normalizer\ResourceObjectNormalizer |
SerializerTest::$resourceType | property | core/ |
A resource type for testing. |
ShortcutResourceTestBase | class | core/ |
ResourceTestBase for Shortcut entity. |
ShortcutResourceTestBase.php | file | core/ |
|
ShortcutResourceTestBase::$entity | property | core/ |
The Shortcut entity. |
ShortcutResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
ShortcutResourceTestBase::$modules | property | core/ |
Modules to install. |
ShortcutResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
ShortcutResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
ShortcutResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
ShortcutResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.