public function ParagraphsBehaviorBase::getConfiguration

2 calls to ParagraphsBehaviorBase::getConfiguration()
ParagraphsGridLayoutPlugin::buildBehaviorForm in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsGridLayoutPlugin.php
Builds a behavior perspective for each paragraph based on its type.
ParagraphsGridLayoutPlugin::preprocess in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsGridLayoutPlugin.php
Adds a default set of helper variables for preprocessors and templates.

File

paragraphs/src/ParagraphsBehaviorBase.php, line 78

Class

ParagraphsBehaviorBase

Namespace

Drupal\paragraphs

Code

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