You are here

protected function EntityTranslationBoxHandler::getEntityId in Boxes 7.2

Returns the entity identifier.

Overrides EntityTranslationDefaultHandler::getEntityId

File

includes/translation.handler.boxes.inc, line 24
Box translation handler for the translation module.

Class

EntityTranslationBoxHandler
Box translation handler.

Code

protected function getEntityId() {
  return $this->entity->delta;
}