You are here

function simplemeta_access in Simple Meta 7.2

SimpleMeta entity access callback.

See also

entity_access()

1 string reference to 'simplemeta_access'
simplemeta_entity_info in ./simplemeta.module
Implements hook_entity_info().

File

./simplemeta.module, line 71
SimpleMeta module.

Code

function simplemeta_access($op, $entity = NULL, $account = NULL) {
  return user_access('administer simplemeta', $account);
}