function FieldStorageDefinitionInterface::isMultiple
Returns whether the field can contain multiple items.
Return value
bool TRUE if the field can contain multiple items, FALSE otherwise.
2 methods override FieldStorageDefinitionInterface::isMultiple()
- BaseFieldDefinition::isMultiple in core/lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php 
- Returns whether the field can contain multiple items.
- FieldStorageConfig::isMultiple in core/modules/ field/ src/ Entity/ FieldStorageConfig.php 
- Returns whether the field can contain multiple items.
File
- 
              core/lib/ Drupal/ Core/ Field/ FieldStorageDefinitionInterface.php, line 150 
Class
- FieldStorageDefinitionInterface
- Defines an interface for entity field storage definitions.
Namespace
Drupal\Core\FieldCode
public function isMultiple();Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
