public function MigrateDestinationFieldablePanelsPanes::__construct in Fieldable Panels Panes (FPP) 7
Simply save the key schema.
Parameters
array $key_schema:
Overrides MigrateDestinationEntity::__construct
File
- includes/
fieldable_panels_pane.migrate.inc, line 48 - Support for fieldable_panels_pane destinations.
Class
- MigrateDestinationFieldablePanelsPanes
- Destination class implementing migration into fieldable panels panes.
Code
public function __construct($bundle, array $options = array()) {
parent::__construct('fieldable_panels_pane', $bundle, $options);
}