Skip to content

Commit afa495f

Browse files
committed
ITKDev: Use ContainerFactoryPluginInterface
1 parent 5d19dd4 commit afa495f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Plugin/os2web/DataLookup/DataLookupBase.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
namespace Drupal\os2web_datalookup\Plugin\os2web\DataLookup;
44

5-
use Drupal\Component\DependencyInjection\ContainerInterface;
65
use Drupal\Core\Form\FormStateInterface;
6+
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
77
use Drupal\Core\Plugin\PluginBase;
88
use Drupal\os2web_audit\Service\Logger;
9+
use Symfony\Component\DependencyInjection\ContainerInterface;
910

1011
/**
1112
* Provides a base class for image effects.
@@ -17,7 +18,7 @@
1718
* @see \Drupal\image\ImageEffectManager
1819
* @see plugin_api
1920
*/
20-
abstract class DataLookupBase extends PluginBase implements DataLookupInterface {
21+
abstract class DataLookupBase extends PluginBase implements DataLookupInterface, ContainerFactoryPluginInterface {
2122

2223
/**
2324
* Plugin readiness flag.

0 commit comments

Comments
 (0)