public static function MigrateDestinationFieldablePanelsPanes::getKeySchema in Fieldable Panels Panes (FPP) 7
File
- includes/
fieldable_panels_pane.migrate.inc, line 21 - Support for fieldable_panels_pane destinations.
Class
- MigrateDestinationFieldablePanelsPanes
- Destination class implementing migration into fieldable panels panes.
Code
public static function getKeySchema() {
return array(
'fpid' => array(
'type' => 'int',
'unsigned' => TRUE,
'description' => 'The primary identifier for the entity.',
),
);
}