Return value
\Drupal\paragraphs\ParagraphsBehaviorInterface
File
- paragraphs/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);
}