public function InputInterface::validate in Open Social 10.1.x
Same name and namespace in other branches
- 10.3.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::validate()
- 10.0.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::validate()
- 10.2.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::validate()
Validates the input.
Must be called after setValues but before any data is accessed.
Return value
bool Whether the validation was successful.
File
- modules/
custom/ social_graphql/ src/ Wrappers/ InputInterface.php, line 28
Class
- InputInterface
- Provides an interface for input types.
Namespace
Drupal\social_graphql\WrappersCode
public function validate() : bool;