public function DrupalSqlBase::getConfiguration

File

paragraphs/src/Plugin/migrate/source/DrupalSqlBase.php, line 31

Class

DrupalSqlBase
Base Class for Paragraphs DrupalSqlBase migrate source plugins.

Namespace

Drupal\paragraphs\Plugin\migrate\source

Code

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