public UpdateRegistry::filterOutInvokedUpdatesByModule($module)
Filters out already executed update functions by module.
Parameters
string $module: The module name.
File
core/lib/Drupal/Core/Update/UpdateRegistry.php, line 254
Class
UpdateRegistry Provides all and missing update implementations.
Namespace
Drupal\Core\Update
Code
public function filterOutInvokedUpdatesByModule($module) {
$existing_update_functions = $this->keyValue->get('existing_updates', []);
$remaining_up