public function YamlFormRequestInterface::getYamlFormEntities in YAML Form 8
Get the form and source entity for the current request.
Return value
array An array containing the form and source entity for the current request.
1 method overrides YamlFormRequestInterface::getYamlFormEntities()
- YamlFormRequest::getYamlFormEntities in src/
YamlFormRequest.php - Get the form and source entity for the current request.
File
- src/
YamlFormRequestInterface.php, line 41
Class
- YamlFormRequestInterface
- Provides an interface defining a form request handler.
Namespace
Drupal\yamlformCode
public function getYamlFormEntities();