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 84

Class

InputConfigurator
Collects and validates input values for a recipe.

Namespace

Drupal\Core\Recipe

Code

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.