DecimalInterface.php

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

Namespace

Drupal\Core\TypedData\Type

File

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

View source
<?php

namespace Drupal\Core\TypedData\Type;

use Drupal\Core\TypedData\PrimitiveInterface;

/**
 * Interface for decimal numbers.
 *
 * The plain value of a decimal is a PHP string. For setting the value
 * any PHP variable that casts to an numeric string may be passed.
 *
 * @ingroup typed_data
 */
interface DecimalInterface extends PrimitiveInterface {

}

Interfaces

Title Deprecated Summary
DecimalInterface Interface for decimal numbers.

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