You are here

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

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

Set the method.

Parameters

string $method: The method.

File

src/BuildHookDetails.php, line 69

Class

BuildHookDetails
Class BuildHookDetails.

Namespace

Drupal\build_hooks

Code

public function setMethod(string $method) {
  $this->method = $method;
}