| 1 | <?php |
||
| 11 | class GraphQLTwigBlockDeriver extends DeriverBase implements ContainerDeriverInterface { |
||
| 12 | use StringTranslationTrait; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var \Drupal\Core\Extension\ThemeHandlerInterface |
||
| 16 | */ |
||
| 17 | protected $themeHandler; |
||
| 18 | |||
| 19 | public static function create(ContainerInterface $container, $base_plugin_id) { |
||
| 22 | |||
| 23 | public function __construct(ThemeHandlerInterface $themeHandler) { |
||
| 26 | |||
| 27 | public function getDerivativeDefinitions($base_plugin_definition) { |
||
| 41 | |||
| 42 | |||
| 43 | } |
||
| 44 |