drupflare/worker - v1.0.0
    Preparing search index...

    Function cronUnits

    • The ordered list of units the alarm chain walks, one per invocation.

      hooks is the discovered list when cronHookList() has run and KNOWN_CRON_HOOKS otherwise. A module with no policy entry is unreviewed and RUNS, flagged, so adding a contrib module does not silently mean its cron never fires.

      module is set only on the hook units, which is how a caller tells a cron hook apart from a pure-SQL pass; it was missing from this signature, so a typed caller could not filter on it.

      Parameters

      Returns CronUnit[]