You are here

public function InputInterface::setValues in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::setValues()
  2. 10.1.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::setValues()
  3. 10.2.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\Wrappers

Code

public function setValues(array $input) : void;