ctools.post_update.php

ctools updates once other modules have made their own updates.

File

./ctools.post_update.php

View source
<?php


/**
 * @file
 * ctools updates once other modules have made their own updates.
 */

/**
 * Invalidate the service container to force EntityBundleConstriant is Removed.
 */
function ctools_post_update_remove_entitybundleconstraint() {
    // Reload the service container.
    $kernel = \Drupal::service('kernel');
    $kernel->invalidateContainer();
}

Functions

Title Deprecated Summary
ctools_post_update_remove_entitybundleconstraint Invalidate the service container to force EntityBundleConstriant is Removed.