You are here

public function ParagraphsBehaviorCollection::get in Paragraphs 8

Return value

\Drupal\paragraphs\ParagraphsBehaviorInterface

Overrides LazyPluginCollection::get

1 call to ParagraphsBehaviorCollection::get()
ParagraphsBehaviorCollection::getEnabled in src/ParagraphsBehaviorCollection.php
Retrieves all enabled behavior plugins.

File

src/ParagraphsBehaviorCollection.php, line 24

Class

ParagraphsBehaviorCollection
A collection of paragraphs behavior plugins.

Namespace

Drupal\paragraphs

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}