public static function RangeIntegerItem::propertyDefinitions in Range 8
Defines field item properties.
Properties that are required to constitute a valid, non-empty item should be denoted with \Drupal\Core\TypedData\DataDefinition::setRequired().
Return value
\Drupal\Core\TypedData\DataDefinitionInterface[] An array of property definitions of contained properties, keyed by property name.
Overrides FieldItemInterface::propertyDefinitions
See also
\Drupal\Core\Field\BaseFieldDefinition
File
- src/
Plugin/ Field/ FieldType/ RangeIntegerItem.php, line 25
Class
- RangeIntegerItem
- Plugin implementation of the 'range_integer' field type.
Namespace
Drupal\range\Plugin\Field\FieldTypeCode
public static function propertyDefinitions(FieldStorageDefinitionInterface $field_definition) {
return static::propertyDefinitionsByType('integer');
}