public function FieldableEntity::setConfiguration

1 call to FieldableEntity::setConfiguration()
FieldableEntity::__construct in paragraphs/src/Plugin/migrate/source/d7/FieldableEntity.php

File

paragraphs/src/Plugin/migrate/source/d7/FieldableEntity.php, line 38

Class

FieldableEntity
Base Class for Paragraphs FieldableEntity migrate source plugins.

Namespace

Drupal\paragraphs\Plugin\migrate\source\d7

Code

public function setConfiguration(array $configuration) {
  $this->configuration = NestedArray::mergeDeep($this
    ->defaultConfiguration(), $configuration);
}