public function FieldablePanelsPane::__construct in Fieldable Panels Panes (FPP) 1.0.x
Constructs a \Drupal\Component\Plugin\PluginBase object.
Parameters
array $configuration: A configuration array containing information about the plugin instance.
string $plugin_id: The plugin_id for the plugin instance.
mixed $plugin_definition: The plugin implementation definition.
Overrides DrupalSqlBase::__construct
File
- src/
Plugin/ migrate/ source/ d7/ FieldablePanelsPane.php, line 33
Class
- FieldablePanelsPane
- Drupal 7 node source from database.
Namespace
Drupal\fieldable_panels_panes\Plugin\migrate\source\d7Code
public function __construct(array $configuration, $plugin_id, $plugin_definition, MigrationInterface $migration, StateInterface $state, EntityTypeManagerInterface $entity_type_manager, ModuleHandlerInterface $module_handler) {
parent::__construct($configuration, $plugin_id, $plugin_definition, $migration, $state, $entity_type_manager);
$this->moduleHandler = $module_handler;
}