Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
8 | 8 |
9 /** | 9 /** |
10 * Plugin manager for migrate destination plugins. | 10 * Plugin manager for migrate destination plugins. |
11 * | 11 * |
12 * @see \Drupal\migrate\Plugin\MigrateDestinationInterface | 12 * @see \Drupal\migrate\Plugin\MigrateDestinationInterface |
13 * @see \Drupal\migrate\Plugin\destination\DestinationBase | 13 * @see \Drupal\migrate\Plugin\migrate\destination\DestinationBase |
14 * @see \Drupal\migrate\Annotation\MigrateDestination | 14 * @see \Drupal\migrate\Annotation\MigrateDestination |
15 * @see plugin_api | 15 * @see plugin_api |
16 * | 16 * |
17 * @ingroup migration | 17 * @ingroup migration |
18 */ | 18 */ |