BooleanInterface.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php
  2. 8.9.x core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php
  3. 10 core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php

Namespace

Drupal\Core\TypedData\Type

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

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.