wxt-8.x-3.011/modules/custom/wxt_ext/wxt_ext_media_image_responsive/wxt_ext_media_image_responsive.install
modules/custom/wxt_ext/wxt_ext_media_image_responsive/wxt_ext_media_image_responsive.install
<?php
/**
* @file
* Contains install and update routines for WxT Extend Media Image Responsive.
*/
/**
* Implements hook_install().
*/
function wxt_ext_media_image_responsive_install() {
// Don't do anything during config sync.
if (\Drupal::isConfigSyncing()) {
return;
}
}
