You are here

function emimport_perm in Embedded Media Field 5

File

contrib/emimport/emimport.module, line 50

Code

function emimport_perm() {
  return array(
    'import media sets',
  );
}