public function YamlFormInterface::invokeHandlers in YAML Form 8
Invoke a handlers method.
Parameters
string $method: The handle method to be invoked.
mixed $data: The argument to passed by reference to the handler method.
1 method overrides YamlFormInterface::invokeHandlers()
- YamlForm::invokeHandlers in src/
Entity/ YamlForm.php - Invoke a handlers method.
File
- src/
YamlFormInterface.php, line 454
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function invokeHandlers($method, &$data, &$context1 = NULL, &$context2 = NULL);