public function InputInterface::setValues in Open Social 10.2.x
Same name and namespace in other branches
- 10.3.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::setValues()
- 10.0.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::setValues()
- 10.1.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::setValues()
Set the values for this input.
Parameters
array $input: The input array as it comes from the GraphQL schema.
File
- modules/
custom/ social_graphql/ src/ Wrappers/ InputInterface.php, line 18
Class
- InputInterface
- Provides an interface for input types.
Namespace
Drupal\social_graphql\WrappersCode
public function setValues(array $input) : void;