class InvalidDecoratedMethod
Same name in other branches
- 8.9.x 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
- 11.x core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php \Drupal\Component\Plugin\Exception\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\ExceptionView source
class InvalidDecoratedMethod extends \BadMethodCallException implements ExceptionInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.