You are here

public function UpdateInterface::wasSuccessfulByHook in Update helper 8

Same name and namespace in other branches
  1. 2.x modules/update_helper_checklist/src/Entity/UpdateInterface.php \Drupal\update_helper_checklist\Entity\UpdateInterface::wasSuccessfulByHook()

Returns if an update was successful during update hook.

Return value

bool Update was successful or not.

1 method overrides UpdateInterface::wasSuccessfulByHook()
Update::wasSuccessfulByHook in modules/update_helper_checklist/src/Entity/Update.php
Returns if an update was successful during update hook.

File

modules/update_helper_checklist/src/Entity/UpdateInterface.php, line 19

Class

UpdateInterface
Interface for the Update entity.

Namespace

Drupal\update_helper_checklist\Entity

Code

public function wasSuccessfulByHook();