You are here

public function EntityTranslationBoxHandler::__construct in Boxes 7.2

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.boxes.inc, line 16
Box translation handler for the translation module.

Class

EntityTranslationBoxHandler
Box translation handler.

Code

public function __construct($entity_type, $entity_info, $entity, $entity_id) {
  parent::__construct('box', $entity_info, $entity, $entity_id);
}