You are here

public function EntityTranslationBoxHandler::getAccess in Boxes 7.2

Overrides EntityTranslationDefaultHandler::getAccess

See also

EntityTranslationHandlerInterface::getAccess()

File

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

Class

EntityTranslationBoxHandler
Box translation handler.

Code

public function getAccess($op) {
  return boxes_access($op, $this->entity);
}