Skip to content
Snippets Groups Projects
Commit 384ec3b9 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3507734 by jurgenhaas: ECA Config: allow to limit CRUD events

parent 799fd28c
No related branches found
No related tags found
No related merge requests found
Pipeline #428820 passed with warnings
......@@ -211,3 +211,10 @@ function eca_update_8010(): void {
->set('service_user', '')
->save();
}
/**
* Update existing models.
*/
function eca_update_8011(): void {
\Drupal::service('eca.update')->updateAllModels();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment