class InvalidDecoratedMethod in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php \Drupal\Component\Plugin\Exception\InvalidDecoratedMethod
- 10 core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php \Drupal\Component\Plugin\Exception\InvalidDecoratedMethod
Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.
Hierarchy
- class \Drupal\Component\Plugin\Exception\InvalidDecoratedMethod extends \Drupal\Component\Plugin\Exception\BadMethodCallException implements ExceptionInterface
Expanded class hierarchy of InvalidDecoratedMethod
File
- core/
lib/ Drupal/ Component/ Plugin/ Exception/ InvalidDecoratedMethod.php, line 9
Namespace
Drupal\Component\Plugin\ExceptionView source
class InvalidDecoratedMethod extends \BadMethodCallException implements ExceptionInterface {
}