You are here

public function ParagraphsItemEntity::hostEntityBundle in Paragraphs 7

Returns the bundle of the host entity embedding this paragraphs item.

1 call to ParagraphsItemEntity::hostEntityBundle()
ParagraphsItemEntity::instanceInfo in ./ParagraphsItemEntity.inc
Provides info about the field instance referencing this paragraphs item.

File

./ParagraphsItemEntity.inc, line 269

Class

ParagraphsItemEntity
Entity implementation for the paragraphs entity.

Code

public function hostEntityBundle() {
  return $this->hostEntityBundle;
}