yii\filters\ContentNegotiator::beforeAction PHP Method

beforeAction() public method

public beforeAction ( $action )
    public function beforeAction($action)
    {
        $this->negotiate();
        return true;
    }