public function BuildHookDetails::getMethod in Build Hooks 3.x
Same name and namespace in other branches
- 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_hooksCode
public function getMethod() : string {
return $this->method;
}