discoverygarden/update-helper

Installs: 970

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

pkg:composer/discoverygarden/update-helper

v1.0.1 2023-01-16 14:14 UTC

This package is auto-updated.

Last update: 2025-09-24 22:07:29 UTC


README

Class library to contain some common behaviours during update hooks.

Contents

  • \Discoverygarden\UpdateHelper
    • Contains the single method ::ensureModuleEnabled() which accepts the name of a module to ensure is enabled, which is a recurring operation over the lifetime of modules as dependencies change, as Drupal does not presently account for new additions to {extension}.info.yml. Additionally, it may be desirable to "soften" the inclusion of behaviours that are extracted from a given module such that even if .info.yml was enforced, it might not be desirable to have new installations enforce the same module state.