public function BuildHookDetails::getMethod in Build Hooks 8.2
Same name and namespace in other branches
- 3.x src/BuildHookDetails.php \Drupal\build_hooks\BuildHookDetails::getMethod()
Get the method.
Return value
string The method.
File
- src/
BuildHookDetails.php, line 68
Class
- BuildHookDetails
- Class BuildHookDetails.
Namespace
Drupal\build_hooksCode
public function getMethod() : string {
return $this->method;
}