Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InvalidDecoratedMethod.php

class InvalidDecoratedMethod

Thrown when a decorator's _call() method uses a method that does not exist.

Hierarchy

  • class \Drupal\Component\Plugin\Exception\InvalidDecoratedMethod extends \Drupal\Component\Plugin\Exception\BadMethodCallException implements \Drupal\Component\Plugin\Exception\ExceptionInterface

Expanded class hierarchy of InvalidDecoratedMethod

File

core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php, line 8

Namespace

Drupal\Component\Plugin\Exception
View source
class InvalidDecoratedMethod extends \BadMethodCallException implements ExceptionInterface {

}
RSS feed
Powered by Drupal