1 | <?php |
||
14 | class RawDrupalContext extends OriginalRawDrupalContext implements ServiceContainerAwareInterface, SnippetAcceptingContext { |
||
|
|||
15 | |||
16 | /** |
||
17 | * Service container instance. |
||
18 | * |
||
19 | * @var ContainerBuilder |
||
20 | */ |
||
21 | private $container; |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function setContainer(ContainerBuilder $container) { |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function getContainer() { |
||
36 | |||
37 | /** |
||
38 | * Get current Drupal core. |
||
39 | * |
||
40 | * @return \NuvoleWeb\Drupal\Driver\Cores\CoreInterface|\Drupal\Driver\Cores\CoreInterface |
||
41 | * Drupal core object instance. |
||
42 | */ |
||
43 | public function getCore() { |
||
46 | |||
47 | } |
||
48 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.