public function ParagraphsBehaviorBase::setConfiguration

File

paragraphs/src/ParagraphsBehaviorBase.php, line 85

Class

ParagraphsBehaviorBase

Namespace

Drupal\paragraphs

Code

public function setConfiguration(array $configuration) {
  $this->configuration = $configuration + $this
    ->defaultConfiguration();
}