FloatInterface.php
Namespace
Drupal\Core\TypedData\TypeFile
-
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.