Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/src/Plugin/MigrateDestinationInterface.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
9 * Defines an interface for Migration Destination classes. | 9 * Defines an interface for Migration Destination classes. |
10 * | 10 * |
11 * Destinations are responsible for persisting source data into the destination | 11 * Destinations are responsible for persisting source data into the destination |
12 * Drupal. | 12 * Drupal. |
13 * | 13 * |
14 * @see \Drupal\migrate\Plugin\destination\DestinationBase | 14 * @see \Drupal\migrate\Plugin\migrate\destination\DestinationBase |
15 * @see \Drupal\migrate\Plugin\MigrateDestinationPluginManager | 15 * @see \Drupal\migrate\Plugin\MigrateDestinationPluginManager |
16 * @see \Drupal\migrate\Annotation\MigrateDestination | 16 * @see \Drupal\migrate\Annotation\MigrateDestination |
17 * @see plugin_api | 17 * @see plugin_api |
18 * | 18 * |
19 * @ingroup migration | 19 * @ingroup migration |