public function TestHelperPlugin::setDefinedOptions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/TestHelperPlugin.php \Drupal\views\Tests\TestHelperPlugin::setDefinedOptions()
Allows to set the defined options.
Parameters
array $options:
Return value
$this
File
- core/
modules/ views/ src/ Tests/ TestHelperPlugin.php, line 42 - Contains \Drupal\views\Tests\TestHelperPlugin.
Class
- TestHelperPlugin
- Wraps the plugin base class to be able to instantiate it.
Namespace
Drupal\views\TestsCode
public function setDefinedOptions($options) {
$this->definedOptions = $options;
return $this;
}