Neos\Flow\Tests\Functional\Security\Fixtures\Controller\RestrictedController::customerAction PHP Method

customerAction() public method

This action is restricted to accounts with the role Customer by a policy in the Flow package's Testing context configuration.
public customerAction ( ) : string
return string
    public function customerAction()
    {
        return 'customer';
    }