You are here

public function BuildHookDetails::getOptions in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x src/BuildHookDetails.php \Drupal\build_hooks\BuildHookDetails::getOptions()

Get the options.

Return value

array The options.

File

src/BuildHookDetails.php, line 104

Class

BuildHookDetails
Class BuildHookDetails.

Namespace

Drupal\build_hooks

Code

public function getOptions() : array {
  return $this->options;
}