ezcontent-8.x-dev/modules/ezcontent_paragraphs/modules/ezcontent_views/ezcontent_views.install
modules/ezcontent_paragraphs/modules/ezcontent_views/ezcontent_views.install
<?php
/**
* @file
* Install file for EzContent Views Module.
*/
/**
* Changed the paragraph type icon.
*/
function ezcontent_views_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_views', 'ezcontent_views_update_8001');
// Output logged messages to related channel of update execution.
return $updateHelper->logger()->output();
}
