public function ProcessPluginBase::defaultConfiguration

2 calls to ProcessPluginBase::defaultConfiguration()
ParagraphsProcessOnValue::defaultConfiguration in paragraphs/src/Plugin/migrate/process/ParagraphsProcessOnValue.php
ProcessPluginBase::setConfiguration in paragraphs/src/Plugin/migrate/process/ProcessPluginBase.php
1 method overrides ProcessPluginBase::defaultConfiguration()

File

paragraphs/src/Plugin/migrate/process/ProcessPluginBase.php, line 62

Class

ProcessPluginBase
Base class for Paragraphs process plugins.

Namespace

Drupal\paragraphs\Plugin\migrate\process

Code

public function defaultConfiguration() {
  return [];
}