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 |
|---|---|---|---|
| MessageResourceTestBase.php | file | core/ |
|
| MessageResourceTestBase::$entity | property | core/ |
The Message entity. |
| MessageResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
| MessageResourceTestBase::$labelFieldName | property | core/ |
Optionally specify which field is the 'label' field. |
| MessageResourceTestBase::$modules | property | core/ |
Modules to install. |
| MessageResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
| MessageResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| MessageResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| MessageResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| MessageResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| MessageResourceTestBase::testDelete | function | core/ |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
| MessageResourceTestBase::testGet | function | core/ |
Tests a GET request for an entity, plus edge cases to ensure good DX. |
| MessageResourceTestBase::testPatch | function | core/ |
Tests a PATCH request for an entity, plus edge cases to ensure good DX. |
| MessageTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| MigrateExecutable::$source | property | core/ |
The source. |
| MigrateExecutable::$sourceIdValues | property | core/ |
The configuration values of the source. |
| MigrateExecutable::$sourceRowStatus | property | core/ |
Status of one row. |
| MigrateExecutable::currentSourceIds | function | core/ |
Fetches the key array for the current source record. |
| MigrateExecutable::getSource | function | core/ |
Returns the source. |
| MigrateExecutableTest::getMockSource | function | core/ |
Returns a mock migration source instance. |
| MigrateExternalTranslatedTestSource | class | core/ |
A simple migrate source for our tests. |
| MigrateExternalTranslatedTestSource.php | file | core/ |
|
| MigrateExternalTranslatedTestSource::$import | property | core/ |
The data to import. |
| MigrateExternalTranslatedTestSource::fields | function | core/ |
Returns available fields on the source. |
| MigrateExternalTranslatedTestSource::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MigrateExternalTranslatedTestSource::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| MigrateExternalTranslatedTestSource::__toString | function | core/ |
Allows class to decide how it will react when it is treated like a string. |
| MigrateField::$source_module | property | core/ |
Identifies the system providing the data the field plugin will read. |
| MigrateIdMapInterface::currentSource | function | core/ |
Looks up the source identifier(s) currently being iterated. |
| MigrateIdMapInterface::getRowBySource | function | core/ |
Retrieves a row from the map table based on source identifier values. |
| MigrateIdMapInterface::lookupSourceId | function | core/ |
Looks up the source identifier. |
| MigrateIdMapMessageEvent::$sourceIdValues | property | core/ |
Array of values uniquely identifying the source row. |
| MigrateIdMapMessageEvent::getSourceIdValues | function | core/ |
Gets the source ID values. |
| MigrateLookupTest::testMultipleSourceIds | function | core/ |
Tests lookups with multiple source ids. |
| MigrateMapDeleteEvent::$sourceId | property | core/ |
Array of source ID fields. |
| MigrateMapDeleteEvent::getSourceId | function | core/ |
Gets the source ID of the item being removed from the map. |
| MigrateMessageControllerTest::createSourceTables | function | core/ |
Create source tables. |
| MigrateMessageControllerTest::getSourceBasePath | function | core/ |
Gets the source base path for the concrete test. |
| MigrateMissingDatabaseSource | class | core/ |
A simple migrate source for the missing database tests. |
| MigrateMissingDatabaseSource.php | file | core/ |
|
| MigrateMissingDatabaseSource::fields | function | core/ |
Returns available fields on the source. |
| MigrateMissingDatabaseSource::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MigrateMissingDatabaseSource::query | function | core/ |
|
| MigrateSource | class | core/ |
Defines a migration source plugin annotation object. |
| MigrateSource.php | file | core/ |
|
| MigrateSource::$id | property | core/ |
A unique identifier for the process plugin. |
| MigrateSource::$minimum_version | property | core/ |
Specifies the minimum version of the source provider. |
| MigrateSource::$requirements_met | property | core/ |
Whether requirements are met. |
| MigrateSource::$source_module | property | core/ |
Identifies the system providing the data the source plugin will read. |
| MigrateSource::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.