Skip to content
Snippets Groups Projects
Verified Commit 0be56730 authored by quietone's avatar quietone
Browse files

Issue #3499263 by nicxvan, smustgrave, berdir: Fix hook_install_tasks and...

Issue #3499263 by nicxvan, smustgrave, berdir: Fix hook_install_tasks and hook_install_tasks_alter reference in HookCollectorPass
parent 798ad9e4
Branches
Tags
5 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #400612 passed with warnings
Pipeline: drupal

#400627

    Pipeline: drupal

    #400624

      Pipeline: drupal

      #400621

        ......@@ -373,8 +373,8 @@ public static function checkForProceduralOnlyHooks(Hook $hook, string $class): v
        'schema',
        'uninstall',
        'update_last_removed',
        'hook_install_tasks',
        'hook_install_tasks_alter',
        'install_tasks',
        'install_tasks_alter',
        ];
        if (in_array($hook->hook, $staticDenyHooks) || preg_match('/^(post_update_|preprocess_|update_\d+$)/', $hook->hook)) {
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment