public function CckIframe::__construct in Iframe 8
Same name and namespace in other branches
- 8.2 src/Plugin/migrate/process/d6/CckIframe.php \Drupal\iframe\Plugin\migrate\process\d6\CckIframe::__construct()
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 PluginBase::__construct
File
- src/
Plugin/ migrate/ process/ d6/ CckIframe.php, line 24
Class
- CckIframe
- Class CckIframe.
Namespace
Drupal\iframe\Plugin\migrate\process\d6Code
public function __construct(array $configuration, $plugin_id, $plugin_definition, MigrationInterface $migration) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->migration = $migration;
}