Skip to content
Snippets Groups Projects
Commit 15edad04 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-6573: coding standards

parent e309997a
No related branches found
No related tags found
1 merge request!194ISTWCMS-6573: removing jsonapi config and adding update hook to delete jsonapi config
...@@ -561,8 +561,8 @@ function _uw_custom_blocks_special_alert_configuration(array $existing_settings ...@@ -561,8 +561,8 @@ function _uw_custom_blocks_special_alert_configuration(array $existing_settings
/** /**
* Delete special alert blocks if there is more than one found. * Delete special alert blocks if there is more than one found.
*/ */
function uw_custom_blocks_update_9108(&$sandbox) function uw_custom_blocks_update_9108(&$sandbox) {
{
$storage = \Drupal::entityTypeManager()->getStorage('block'); $storage = \Drupal::entityTypeManager()->getStorage('block');
$all_blocks = $storage->loadByProperties([ $all_blocks = $storage->loadByProperties([
......
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