| 1 | <?php |
||
| 13 | class DrupalAwareInitializer implements ContextInitializer { |
||
| 14 | private $drupal, $parameters, $dispatcher; |
||
| 15 | |||
| 16 | public function __construct(DrupalDriverManager $drupal, array $parameters, HookDispatcher $dispatcher) { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdocs} |
||
| 24 | */ |
||
| 25 | public function initializeContext(Context $context) { |
||
| 41 | |||
| 42 | } |
||
| 43 |