Sulu\Bundle\MediaBundle\Controller\MediaController::getSecurityChecker PHP Method

getSecurityChecker() protected method

protected getSecurityChecker ( ) : Sulu\Component\Security\Authorization\SecurityCheckerInterface
return Sulu\Component\Security\Authorization\SecurityCheckerInterface
    protected function getSecurityChecker()
    {
        return $this->get('sulu_security.security_checker');
    }