Mercurial > hg > cmmr2012-drupal-site
comparison modules/contrib/migrate_plus/src/Annotation/DataFetcher.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
5 use Drupal\Component\Annotation\Plugin; | 5 use Drupal\Component\Annotation\Plugin; |
6 | 6 |
7 /** | 7 /** |
8 * Defines a data fetcher annotation object. | 8 * Defines a data fetcher annotation object. |
9 * | 9 * |
10 * Plugin Namespace: Plugin\migrate_plus\data_fetcher | 10 * Plugin namespace: Plugin\migrate_plus\data_fetcher. |
11 * | 11 * |
12 * @see \Drupal\migrate_plus\DataFetcherPluginBase | 12 * @see \Drupal\migrate_plus\DataFetcherPluginBase |
13 * @see \Drupal\migrate_plus\DataFetcherPluginInterface | 13 * @see \Drupal\migrate_plus\DataFetcherPluginInterface |
14 * @see \Drupal\migrate_plus\DataFetcherPluginManager | 14 * @see \Drupal\migrate_plus\DataFetcherPluginManager |
15 * @see plugin_api | 15 * @see plugin_api |