Backend\Modules\Pages\Actions\Add::showTags PHP Method

showTags() private method

Check if the user has the right to see/edit tags
private showTags ( ) : boolean
return boolean
    private function showTags()
    {
        return Authentication::isAllowedAction('Edit', 'Tags') && Authentication::isAllowedAction('GetAllTags', 'Tags');
    }