public static function MigrateDestinationFieldablePanelsPanes::options in Fieldable Panels Panes (FPP) 7
Return an options array for fieldable panels pane destinations.
Parameters
string $language: Default language for fieldable panels panes created via this destination class.
string $text_format: Default text format for fieldable panels panes created via this destination class.
File
- includes/
fieldable_panels_pane.migrate.inc, line 41 - Support for fieldable_panels_pane destinations.
Class
- MigrateDestinationFieldablePanelsPanes
- Destination class implementing migration into fieldable panels panes.
Code
public static function options($language, $text_format) {
return compact('language', 'text_format');
}