You are here

public function EntityTranslationBeanHandler::getAccess in Bean (for Drupal 7) 7

Overrides EntityTranslationDefaultHandler::getAccess

See also

EntityTranslationHandlerInterface::getAccess()

File

includes/translation.handler.bean.inc, line 59
Bean translation handler for the translation module.

Class

EntityTranslationBeanHandler
Bean translation handler.

Code

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