d23b27826388fa06eac2bcb7a12f120dc272a2be
[yaffs-website] / BooleanInterface.php
1 <?php
2
3 namespace Drupal\Core\TypedData\Type;
4
5 use Drupal\Core\TypedData\PrimitiveInterface;
6
7 /**
8  * Interface for boolean data.
9  */
10 interface BooleanInterface extends PrimitiveInterface {
11
12 }