You are here

public function LayoutParagraphsLayout::getParagraphsReferenceField in Layout Paragraphs 2.0.x

Returns the reference field that this layout is attached to.

Return value

\Drupal\Core\Field\EntityReferenceFieldItemListInterface The field item list.

File

src/LayoutParagraphsLayout.php, line 148

Class

LayoutParagraphsLayout
Provides a domain object for a complete Layout Paragraphs Layout.

Namespace

Drupal\layout_paragraphs

Code

public function &getParagraphsReferenceField() {
  return $this->paragraphsReferenceField;
}