function FieldStorageConfigInterface::setCardinality
Sets the maximum number of items allowed for the field.
Parameters
int $cardinality: The cardinality value.
Return value
$this
1 method overrides FieldStorageConfigInterface::setCardinality()
- FieldStorageConfig::setCardinality in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Sets the maximum number of items allowed for the field.
File
-
core/
modules/ field/ src/ FieldStorageConfigInterface.php, line 71
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\fieldCode
public function setCardinality($cardinality);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.