public function FieldCollectionItemInterface::getDelta in Field collection 8
Same name and namespace in other branches
- 8.3 src/FieldCollectionItemInterface.php \Drupal\field_collection\FieldCollectionItemInterface::getDelta()
Returns the $delta of the reference to this field collection item.
Return value
int|null The $delta of the reference to this field collection item, or NULL if the reference doesn't exist in the host yet.
1 method overrides FieldCollectionItemInterface::getDelta()
- FieldCollectionItem::getDelta in src/
Entity/ FieldCollectionItem.php - Returns the $delta of the reference to this field collection item.
File
- src/
FieldCollectionItemInterface.php, line 19
Class
- FieldCollectionItemInterface
- Provides an interface defining a field collection item entity.
Namespace
Drupal\field_collectionCode
public function getDelta();