You are here

public function EntityTranslationFieldCollectionItemHandler::getAccess in Field collection 7

Overrides EntityTranslationDefaultHandler::getAccess

See also

EntityTranslationHandlerInterface::getAccess()

File

includes/translation.handler.field_collection_item.inc, line 31
Field Collection Item translation handler for the Entity Translation module.

Class

EntityTranslationFieldCollectionItemHandler
Field Collection Item translation handler.

Code

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