You are here

public function RefineableCompilerContextInterface::setOptions in Compiler 1.0.x

Set the options to use for this context.

Parameters

array $options: The options to use for this context.

Return value

static The object itself for chaining.

1 method overrides RefineableCompilerContextInterface::setOptions()
RefineableCompilerContext::setOptions in src/RefineableCompilerContext.php
Set the options to use for this context.

File

src/RefineableCompilerContextInterface.php, line 61

Class

RefineableCompilerContextInterface
A refineable compiler context interface.

Namespace

Drupal\compiler

Code

public function setOptions(array $options) : self;