You are here

Classes, traits, and interfaces in Migrate Plus 8.5

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. 4 4
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
DefaultEntityValue class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DefaultEntityValue.php Returns EntityLookup for a given default value if input is empty.
DefaultEntityValueTest class Drupal\Tests\migrate_plus\Kernel\Plugin\migrate\process tests/src/Kernel/Plugin/migrate/process/DefaultEntityValueTest.php Tests the default_entity_value plugin.
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
DomApplyStyles class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DomApplyStyles.php Apply Editor styles to configured elements. 1
DomApplyStylesTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/DomApplyStylesTest.php Tests the dom_apply_styles process plugin.
DomMigrationLookup class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DomMigrationLookup.php String replacements on a source dom based on migration lookup. 1
DomMigrationLookupTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/DomMigrationLookupTest.php Tests the dom_migration_lookup process plugin.
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. 4 2
DomRemove class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DomRemove.php Remove nodes from a DOMDocument object. 1
DomRemoveTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/DomRemoveTest.php Tests the dom_remove process plugin.
DomSelect class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DomSelect.php Select strings from a DOMDocument object. 1
DomSelectTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/DomSelectTest.php Tests the dom_select process plugin.
DomStrReplace class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/DomStrReplace.php String replacements on a source dom. 1 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. 2
EntityLookupAccessTest class Drupal\Tests\migrate_plus\Kernel tests/src/Kernel/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
Gate class Drupal\migrate_plus\Plugin\migrate\process src/Plugin/migrate/process/Gate.php Allow a source value to pass through the gate conditionally. 1
GateTest class Drupal\Tests\migrate_plus\Unit\process tests/src/Unit/process/GateTest.php Tests the gate process plugin.

Pages

Other projects