You are here

BooleanInterface.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php

File

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

Namesort descending Description
BooleanInterface Interface for boolean data.