public function WebformInterface::invokeElements in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::invokeElements()
Invoke elements method.
Parameters
string $method: The handler method to be invoked.
mixed $data: The argument to passed by reference to the handler method.
mixed $context1: (optional) An additional variable that is passed by reference.
mixed $context2: (optional) An additional variable that is passed by reference.
1 method overrides WebformInterface::invokeElements()
- Webform::invokeElements in src/
Entity/ Webform.php - Invoke elements method.
File
- src/
WebformInterface.php, line 1023
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function invokeElements($method, &$data, &$context1 = NULL, &$context2 = NULL);