File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MethodNotAllowedException.php, line 34
Class
- MethodNotAllowedException
- The resource was found but the request method is not allowed.
Namespace
Symfony\Component\Routing\Exception
Code
public function getAllowedMethods() {
return $this->allowedMethods;
}