You are here

public function BuildHookDetails::getMethod in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 src/BuildHookDetails.php \Drupal\build_hooks\BuildHookDetails::getMethod()

Get the method.

Return value

string The method.

File

src/BuildHookDetails.php, line 59

Class

BuildHookDetails
Class BuildHookDetails.

Namespace

Drupal\build_hooks

Code

public function getMethod() : string {
  return $this->method;
}