comparison modules/contrib/migrate_plus/src/DataFetcherPluginManager.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
19 /** 19 /**
20 * Constructs a new DataFetcherPluginManager. 20 * Constructs a new DataFetcherPluginManager.
21 * 21 *
22 * @param \Traversable $namespaces 22 * @param \Traversable $namespaces
23 * An object that implements \Traversable which contains the root paths 23 * An object that implements \Traversable which contains the root paths
24 * keyed by the corresponding namespace to look for plugin implementations, 24 * keyed by the corresponding namespace to look for plugin implementations.
25 * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend 25 * @param \Drupal\Core\Cache\CacheBackendInterface $cache_backend
26 * Cache backend instance to use. 26 * Cache backend instance to use.
27 * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler 27 * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
28 * The module handler to invoke the alter hook with. 28 * The module handler to invoke the alter hook with.
29 */ 29 */