You are here

public function InputInterface::hasViolations in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::hasViolations()
  2. 10.0.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::hasViolations()
  3. 10.1.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::hasViolations()

Whether this input has any violations.

Return value

bool Whether this input has any violations.

File

modules/custom/social_graphql/src/Wrappers/InputInterface.php, line 36

Class

InputInterface
Provides an interface for input types.

Namespace

Drupal\social_graphql\Wrappers

Code

public function hasViolations() : bool;