ezcontent-8.x-dev/modules/ezcontent_paragraphs/modules/ezcontent_map/ezcontent_map.install
modules/ezcontent_paragraphs/modules/ezcontent_map/ezcontent_map.install
<?php
/**
* @file
* Install file for EzContent Map Module.
*/
/**
* Changed the paragraph type icon.
*/
function ezcontent_map_update_8001() {
/** @var \Drupal\update_helper\Updater $updateHelper */
$updateHelper = \Drupal::service('update_helper.updater');
// Execute configuration update definitions with logging of success.
$updateHelper->executeUpdate('ezcontent_map', 'ezcontent_map_update_8001');
// Output logged messages to related channel of update execution.
return $updateHelper->logger()->output();
}
