Skip to content
Snippets Groups Projects
Commit be33a859 authored by catch's avatar catch
Browse files

Issue #3454891 by quietone, xjm: Correct references to removed hook_archiver_info()

parent defb2759
No related branches found
No related tags found
3 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #403727 passed with warnings
Pipeline: drupal

#403729

    ...@@ -133,11 +133,12 @@ function hook_file_mimetype_mapping_alter(&$mapping) { ...@@ -133,11 +133,12 @@ function hook_file_mimetype_mapping_alter(&$mapping) {
    /** /**
    * Alter archiver information declared by other modules. * Alter archiver information declared by other modules.
    * *
    * See hook_archiver_info() for a description of archivers and the archiver
    * information structure.
    *
    * @param array $info * @param array $info
    * Archiver information to alter (return values from hook_archiver_info()). * An associative array of archivers, keyed by archiver ID. Each value
    * consists of the plugin definition for that archiver.
    *
    * @see \Drupal\Core\Archiver\ArchiverManager
    * @see \Drupal\Core\Archiver\Attribute\Archiver
    */ */
    function hook_archiver_info_alter(&$info) { function hook_archiver_info_alter(&$info) {
    $info['tar']['extensions'][] = 'tgz'; $info['tar']['extensions'][] = 'tgz';
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment