function InputConfigurator::getValues
Returns the collected input values, keyed by name.
Return value
mixed[] The collected input values, keyed by name.
File
-
core/
lib/ Drupal/ Core/ Recipe/ InputConfigurator.php, line 98
Class
- InputConfigurator
- Collects and validates input values for a recipe.
Namespace
Drupal\Core\RecipeCode
public function getValues() : array {
return $this->values;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.