You are here

public function UpdaterInterface::executeUpdate in Update helper 2.x

Same name and namespace in other branches
  1. 8 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_helper

Code

public function executeUpdate($module, $update_definition_name);