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
No related branches found
No related tags found
8 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,!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!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,!579Issue #2230909: Simple decimals fail to pass validation
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 ...@@ -373,8 +373,8 @@ public static function checkForProceduralOnlyHooks(Hook $hook, string $class): v
        'schema', 'schema',
        'uninstall', 'uninstall',
        'update_last_removed', 'update_last_removed',
        'hook_install_tasks', 'install_tasks',
        'hook_install_tasks_alter', 'install_tasks_alter',
        ]; ];
        if (in_array($hook->hook, $staticDenyHooks) || preg_match('/^(post_update_|preprocess_|update_\d+$)/', $hook->hook)) { 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