function InputConfigurator::getValues
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Recipe/InputConfigurator.php \Drupal\Core\Recipe\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.