interface BooleanInterface
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php \Drupal\Core\TypedData\Type\BooleanInterface
- 8.9.x core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php \Drupal\Core\TypedData\Type\BooleanInterface
- 10 core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php \Drupal\Core\TypedData\Type\BooleanInterface
Interface for boolean data.
Hierarchy
- interface \Drupal\Core\TypedData\PrimitiveInterface
- interface \Drupal\Core\TypedData\Type\BooleanInterface extends \Drupal\Core\TypedData\PrimitiveInterface
Expanded class hierarchy of BooleanInterface
All classes that implement BooleanInterface
4 files declare their use of BooleanInterface
- BooleanData.php in core/
lib/ Drupal/ Core/ TypedData/ Plugin/ DataType/ BooleanData.php - PrimitiveTypeConstraintValidator.php in core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ PrimitiveTypeConstraintValidator.php - SchemaCheckTrait.php in core/
lib/ Drupal/ Core/ Config/ Schema/ SchemaCheckTrait.php - TypedDataTest.php in core/
tests/ Drupal/ KernelTests/ Core/ TypedData/ TypedDataTest.php
File
-
core/
lib/ Drupal/ Core/ TypedData/ Type/ BooleanInterface.php, line 10
Namespace
Drupal\Core\TypedData\TypeView source
interface BooleanInterface extends PrimitiveInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.