public function UpdaterInterface::executeUpdate in Update helper 8
Same name and namespace in other branches
- 2.x src/UpdaterInterface.php \Drupal\update_helper\UpdaterInterface::executeUpdate()
Execute update of configuration from update definitions.
Parameters
string $module: Module name where update definition is saved.
string $update_definition_name: Update definition name. Usually same name as update hook.
1 method overrides UpdaterInterface::executeUpdate()
- Updater::executeUpdate in src/
Updater.php - Execute update of configuration from update definitions.
File
- src/
UpdaterInterface.php, line 26
Class
- UpdaterInterface
- Interface for the Update entity.
Namespace
Drupal\update_helperCode
public function executeUpdate($module, $update_definition_name);