FloatInterface.php

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

Namespace

Drupal\Core\TypedData\Type

File

core/lib/Drupal/Core/TypedData/Type/FloatInterface.php

View source
<?php

namespace Drupal\Core\TypedData\Type;

use Drupal\Core\TypedData\PrimitiveInterface;

/**
 * Interface for floating-point numbers.
 *
 * The plain value of a float is a regular PHP float. For setting the value
 * any PHP variable that casts to a float may be passed.
 *
 * @ingroup typed_data
 */
interface FloatInterface extends PrimitiveInterface {

}

Interfaces

Title Deprecated Summary
FloatInterface Interface for floating-point numbers.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.