public function DrupalSqlBase::defaultConfiguration in Paragraphs 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
3 calls to DrupalSqlBase::defaultConfiguration()
- DrupalSqlBase::setConfiguration in src/
Plugin/ migrate/ source/ DrupalSqlBase.php - Sets the configuration for this plugin instance.
- FieldCollectionType::defaultConfiguration in src/
Plugin/ migrate/ source/ d7/ FieldCollectionType.php - Gets default configuration for this plugin.
- ParagraphsType::defaultConfiguration in src/
Plugin/ migrate/ source/ d7/ ParagraphsType.php - Gets default configuration for this plugin.
2 methods override DrupalSqlBase::defaultConfiguration()
- FieldCollectionType::defaultConfiguration in src/
Plugin/ migrate/ source/ d7/ FieldCollectionType.php - Gets default configuration for this plugin.
- ParagraphsType::defaultConfiguration in src/
Plugin/ migrate/ source/ d7/ ParagraphsType.php - Gets default configuration for this plugin.
File
- src/
Plugin/ migrate/ source/ DrupalSqlBase.php, line 45
Class
- DrupalSqlBase
- Base Class for Paragraphs DrupalSqlBase migrate source plugins.
Namespace
Drupal\paragraphs\Plugin\migrate\sourceCode
public function defaultConfiguration() {
return [];
}