You are here

public function FieldCollectionItemInterface::getDelta in Field collection 8.3

Same name and namespace in other branches
  1. 8 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_collection

Code

public function getDelta();