yii\rest\Controller::verbs PHP Method

verbs() protected method

Please refer to [[VerbFilter::actions]] on how to declare the allowed verbs.
protected verbs ( ) : array
return array the allowed HTTP verbs.
    protected function verbs()
    {
        return [];
    }