Interface for integer numbers.
The plain value of an integer is a regular PHP integer. For setting the value any PHP variable that casts to an integer may be passed.
Hierarchy
- interface \Drupal\Core\TypedData\PrimitiveInterface
- interface \Drupal\Core\TypedData\Type\IntegerInterface
Related topics
- Typed Data API
- API for describing data based on a set of available data types.
File
- core/lib/Drupal/Core/TypedData/Type/IntegerInterface.php, line 15
Namespace
Drupal\Core\TypedData\Type
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PrimitiveInterface::getCastedValue | public | function | Gets the primitive data value casted to the correct PHP type. |
PrimitiveInterface::getValue | public | function | Gets the primitive data value. |
PrimitiveInterface::setValue | public | function | Sets the primitive data value. |
Please login to continue.