You are here

Classes, traits, and interfaces in Migrate Plus 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ArrayPop class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/ArrayPop.php Performs an array_pop() on a source array. 1
ArrayPopTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/ArrayPopTest.php Tests the array pop process plugin.
ArrayShift class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/ArrayShift.php Performs an array_shift() on a source array. 1
ArrayShiftTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/ArrayShiftTest.php Tests the array shift process plugin.
Authentication class Drupal\migrate_plus\Annotation src/Annotation/Authentication.php Defines an authentication annotation object.
AuthenticationPluginBase abstract class Drupal\migrate_plus src/AuthenticationPluginBase.php Defines a base authentication implementation. 3 3
AuthenticationPluginInterface interface Drupal\migrate_plus src/AuthenticationPluginInterface.php Defines an interface for authenticaion handlers. 1
AuthenticationPluginManager class Drupal\migrate_plus src/AuthenticationPluginManager.php Provides a plugin manager for authentication handlers. 2
Basic class Drupal\migrate_plus\Plugin\migrate_plus\authentication src/Plugin/migrate_plus/authentication/Basic.php Provides basic authentication for the HTTP resource. 1
BeerComment class Drupal\migrate_example\Plugin\migrate\source migrate_example/src/Plugin/migrate/source/BeerComment.php Source plugin for beer comments.
BeerNode class Drupal\migrate_example\Plugin\migrate\source migrate_example/src/Plugin/migrate/source/BeerNode.php Source plugin for beer content.
BeerTerm class Drupal\migrate_example\Plugin\migrate\source migrate_example/src/Plugin/migrate/source/BeerTerm.php This is an example of a simple SQL-based source plugin.
BeerUser class Drupal\migrate_example\Plugin\migrate\source migrate_example/src/Plugin/migrate/source/BeerUser.php Source plugin for beer user accounts.
DataFetcher class Drupal\migrate_plus\Annotation src/Annotation/DataFetcher.php Defines a data fetcher annotation object.
DataFetcherPluginBase abstract class Drupal\migrate_plus src/DataFetcherPluginBase.php Defines a base data fetcher implementation. 2 3
DataFetcherPluginInterface interface Drupal\migrate_plus src/DataFetcherPluginInterface.php Defines an interface for data fetchers. 1
DataFetcherPluginManager class Drupal\migrate_plus src/DataFetcherPluginManager.php Provides a plugin manager for data fetchers. 2
DataParser class Drupal\migrate_plus\Annotation src/Annotation/DataParser.php Defines a data parser annotation object.
DataParserPluginBase abstract class Drupal\migrate_plus src/DataParserPluginBase.php Defines a base data parser implementation. 5 5
DataParserPluginBaseMock abstract class Drupal\Tests\migrate_plus\Unit tests/src/Unit/DataParserPluginBaseTest.php Mock for abstract class DataParserPluginBase.
DataParserPluginBaseTest class Drupal\Tests\migrate_plus\Unit tests/src/Unit/DataParserPluginBaseTest.php @coversDefaultClass \Drupal\migrate_plus\DataParserPluginBase
DataParserPluginInterface interface Drupal\migrate_plus src/DataParserPluginInterface.php Defines an interface for data parsers. 1
DataParserPluginManager class Drupal\migrate_plus src/DataParserPluginManager.php Provides a plugin manager for data parsers. 2
Digest class Drupal\migrate_plus\Plugin\migrate_plus\authentication src/Plugin/migrate_plus/authentication/Digest.php Provides digest authentication for the HTTP resource.
Dom class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/Dom.php Handles string to DOM and back conversions. 1
DomProcessBase abstract class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DomProcessBase.php Base class for process plugins that work with \DOMDocument objects. 1
DomStrReplace class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DomStrReplace.php String replacements on a source dom. 1
DomStrReplaceTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/DomStrReplaceTest.php Tests the dom_str_replace process plugin.
DomTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/DomTest.php Tests the dom process plugin.
EntityGenerate class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/EntityGenerate.php This plugin generates entities within the process plugin.
EntityGenerateTest class Drupal\Tests\migrate_plus\Kernel\Plugin\migrate\process tests/src/Kernel/Plugin/migrate/process/EntityGenerateTest.php Tests the migration plugin.
EntityLookup class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/EntityLookup.php This plugin looks for existing entities. 1
EntityLookupAccessTest class Drupal\Tests\migrate_plus\Kernel\Plugin\migrate\process tests/src/Kernel/Plugin/migrate/process/EntityLookupAccessTest.php Tests Entity Lookup access check.
EntityLookupTest class Drupal\Tests\migrate_plus\Kernel\Plugin\migrate\process tests/src/Kernel/Plugin/migrate/process/EntityLookupTest.php Tests the entity_lookup plugin.
File class Drupal\migrate_plus\Plugin\migrate_plus\data_fetcher src/Plugin/migrate_plus/data_fetcher/File.php Retrieve data from a local path or general URL for migration. 1
FileBlob class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/FileBlob.php Copy a file from a blob into a file.
FileBlobTest class Drupal\Tests\migrate_plus\Kernel\Plugin\migrate\process tests/src/Kernel/Plugin/migrate/process/FileBlobTest.php Tests the file_blob plugin.
FileTest class Drupal\Tests\migrate_plus\Unit\data_fetcher tests/src/Unit/data_fetcher/FileTest.php @coversDefaultClass \Drupal\migrate_plus\Plugin\migrate_plus\data_fetcher\File
Http class Drupal\migrate_plus\Plugin\migrate_plus\data_fetcher src/Plugin/migrate_plus/data_fetcher/Http.php Retrieve data over an HTTP connection for migration. 1 2
HttpTest class Drupal\Tests\migrate_plus\Unit\data_fetcher tests/src/Unit/data_fetcher/HttpTest.php @coversDefaultClass \Drupal\migrate_plus\Plugin\migrate_plus\data_fetcher\Http
HttpTest class Drupal\Tests\migrate_plus\Kernel\Plugin\migrate_plus\data_fetcher tests/src/Kernel/Plugin/migrate_plus/data_fetcher/HttpTest.php Class HttpTest.
Json class Drupal\migrate_plus\Plugin\migrate_plus\data_parser src/Plugin/migrate_plus/data_parser/Json.php Obtain JSON data for migration.
JsonTest class Drupal\Tests\migrate_plus\Kernel\Plugin\migrate_plus\data_parser tests/src/Kernel/Plugin/migrate_plus/data_parser/JsonTest.php Test of the data_parser Json migrate_plus plugin.
LoadTest class Drupal\Tests\migrate_plus\Functional tests/src/Functional/LoadTest.php Simple test to ensure that main page loads with module enabled.
Merge class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/Merge.php This plugin merges arrays together.
MigrateEvents final class Drupal\migrate_plus\Event src/Event/MigrateEvents.php Defines the row preparation event for the migration system. 1
MigratePrepareRowEvent class Drupal\migrate_plus\Event src/Event/MigratePrepareRowEvent.php Wraps a prepare-row event for event listeners. 1
MigrateTableTest class Drupal\Tests\migrate_plus\Kernel tests/src/Kernel/MigrateTableTest.php Tests migration destination table.
Migration class Drupal\migrate_plus\Entity src/Entity/Migration.php Defines the Migration entity. 4
MigrationConfigDeriver class Drupal\migrate_plus\Plugin src/Plugin/MigrationConfigDeriver.php Expose migration entities in the active config store as derivative plugins. 1

Pages

Other projects