public function EntityTranslationHandlerInterface::getAccess in Entity Translation 7
Checks if the user can perform the given operation on the wrapped entity.
Parameters
$op: The operation to be performed.
Return value
TRUE if the user is allowed to perform the given operation, FALSE otherwise.
1 method overrides EntityTranslationHandlerInterface::getAccess()
File
- includes/
translation.handler.inc, line 314 - Default translation handler for the translation module.
Class
- EntityTranslationHandlerInterface
- Interface for enabling entity translation.
Code
public function getAccess($op);