class RemovedPostUpdateNameException
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php \Drupal\Core\Update\RemovedPostUpdateNameException
- 10 core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php \Drupal\Core\Update\RemovedPostUpdateNameException
- 11.x core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php \Drupal\Core\Update\RemovedPostUpdateNameException
An exception thrown for removed post-update functions.
Occurs when a module defines hook_post_update_NAME() implementations that are listed as removed in hook_removed_post_updates().
Hierarchy
- class \Drupal\Core\Update\RemovedPostUpdateNameException extends \Drupal\Core\Update\LogicException
Expanded class hierarchy of RemovedPostUpdateNameException
1 file declares its use of RemovedPostUpdateNameException
- UpdateRegistryTest.php in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php
File
-
core/
lib/ Drupal/ Core/ Update/ RemovedPostUpdateNameException.php, line 11
Namespace
Drupal\Core\UpdateView source
class RemovedPostUpdateNameException extends \LogicException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.