m\common\controllers\Controller::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        $behaviors = parent::behaviors();
        $behaviors['contentNegotiator']['formats'] = ['application/json' => Response::FORMAT_JSON];
        return $behaviors;
    }
Controller