You are here

interface BooleanInterface in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php \Drupal\Core\TypedData\Type\BooleanInterface

Interface for boolean data.

Hierarchy

Expanded class hierarchy of BooleanInterface

All classes that implement BooleanInterface

3 files declare their use of BooleanInterface
BooleanData.php in core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php
Contains \Drupal\Core\TypedData\Plugin\DataType\BooleanData.
PrimitiveTypeConstraintValidator.php in core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\PrimitiveTypeConstraintValidator.
SchemaCheckTrait.php in core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php
Contains \Drupal\Core\Config\Schema\SchemaCheckTrait.

File

core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php, line 15
Contains \Drupal\Core\TypedData\Type\BooleanInterface.

Namespace

Drupal\Core\TypedData\Type
View source
interface BooleanInterface extends PrimitiveInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PrimitiveInterface::getCastedValue public function Gets the primitive data value casted to the correct PHP type. 5
PrimitiveInterface::getValue public function Gets the primitive data value.
PrimitiveInterface::setValue public function Sets the primitive data value.