You are here

public function ParagraphsItemEntity::fieldInfo in Paragraphs 7

Provides info about the host entity field embedding this paragraphs item.

1 call to ParagraphsItemEntity::fieldInfo()
ParagraphsItemEntity::__construct in ./ParagraphsItemEntity.inc
Constructs the entity object.

File

./ParagraphsItemEntity.inc, line 126

Class

ParagraphsItemEntity
Entity implementation for the paragraphs entity.

Code

public function fieldInfo() {
  return field_info_field($this->field_name);
}