| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) { |
||
| 26 | parent::__construct('Plugin/Crop/EntityProvider', $namespaces, $module_handler, 'Drupal\crop\EntityProviderInterface', 'Drupal\crop\Annotation\CropEntityProvider'); |
||
| 27 | |||
| 28 | $this->alterInfo('crop_entity_provider_info'); |
||
| 29 | $this->setCacheBackend($cache_backend, 'crop_entity_provider_plugins'); |
||
| 30 | } |
||
| 31 | |||
| 33 |