private property DeprecationListenerTrait::$previousHandler in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php \Drupal\Tests\Listeners\DeprecationListenerTrait::previousHandler
The previous error handler.
Type: callable
File
- core/
tests/ Drupal/ Tests/ Listeners/ DeprecationListenerTrait.php, line 25
Class
- DeprecationListenerTrait
- Removes deprecations that we are yet to fix.
Namespace
Drupal\Tests\ListenersCode
private $previousHandler;