Sometimes you may want to check if a user has permission to access an EntityForm. Perhaps to find out, if you can display a block, link or special advice.
This is not quite as sinple, because always returns true for the EntityForm URLs, which is not good but... OK, we have to deal with it.
So what's the right way?
Use "entityform_access()"!
$access = entityform_access('submit', 'my_entityform_identifier');
?>
And everything works fine as defined in the EntityForm settings!