You are here

public function ParagraphsBehaviorBase::getConfiguration in Paragraphs 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/ParagraphsBehaviorBase.php, line 78

Class

ParagraphsBehaviorBase

Namespace

Drupal\paragraphs

Code

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