BooleanInterface.php
Same filename in other branches
Namespace
Drupal\Core\TypedData\TypeFile
-
core/
lib/ Drupal/ Core/ TypedData/ Type/ BooleanInterface.php
View source
<?php
namespace Drupal\Core\TypedData\Type;
use Drupal\Core\TypedData\PrimitiveInterface;
/**
* Interface for boolean data.
*/
interface BooleanInterface extends PrimitiveInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
BooleanInterface | Interface for boolean data. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.