File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Plugin/os2web/DataLookup Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Drupal \os2web_datalookup \Plugin \os2web \DataLookup ;
4
4
5
- use Drupal \Component \DependencyInjection \ContainerInterface ;
6
5
use Drupal \Core \Form \FormStateInterface ;
6
+ use Drupal \Core \Plugin \ContainerFactoryPluginInterface ;
7
7
use Drupal \Core \Plugin \PluginBase ;
8
8
use Drupal \os2web_audit \Service \Logger ;
9
+ use Symfony \Component \DependencyInjection \ContainerInterface ;
9
10
10
11
/**
11
12
* Provides a base class for image effects.
17
18
* @see \Drupal\image\ImageEffectManager
18
19
* @see plugin_api
19
20
*/
20
- abstract class DataLookupBase extends PluginBase implements DataLookupInterface {
21
+ abstract class DataLookupBase extends PluginBase implements DataLookupInterface, ContainerFactoryPluginInterface {
21
22
22
23
/**
23
24
* Plugin readiness flag.
You can’t perform that action at this time.
0 commit comments