You are here

public function EntityTranslationFieldablePanelsPaneHandler::getAccess in Fieldable Panels Panes (FPP) 7

Overrides EntityTranslationDefaultHandler::getAccess

See also

EntityTranslationHandlerInterface::getAccess()

File

includes/translation.handler.fieldable_panels_pane.inc, line 30
Fieldable panels pane translation handler for the translation module.

Class

EntityTranslationFieldablePanelsPaneHandler
Fieldable panels pane translation handler.

Code

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