public function EntityTranslationFieldablePanelsPaneHandler::__construct in Fieldable Panels Panes (FPP) 7
Initializes an instance of the translation handler.
Parameters
$entity_type: The type of the entity being wrapped.
$entity_info: The entity information for the entity being wrapped.
$entity: The entity being wrapped.
Overrides EntityTranslationDefaultHandler::__construct
File
- includes/
translation.handler.fieldable_panels_pane.inc, line 16 - Fieldable panels pane translation handler for the translation module.
Class
- EntityTranslationFieldablePanelsPaneHandler
- Fieldable panels pane translation handler.
Code
public function __construct($entity_type, $entity_info, $entity) {
parent::__construct('fieldable_panels_pane', $entity_info, $entity);
}