You are here

public function YamlFormInterface::invokeElements in YAML Form 8

Invoke elements 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::invokeElements()
YamlForm::invokeElements in src/Entity/YamlForm.php
Invoke elements method.

File

src/YamlFormInterface.php, line 464

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function invokeElements($method, &$data, &$context1 = NULL, &$context2 = NULL);