You are here

entity_extra_field.post_update.php in Entity Extra Field 2.0.x

Same filename and directory in other branches
  1. 8 entity_extra_field.post_update.php

Post-update functions for the Entity Extra Field module.

File

entity_extra_field.post_update.php
View source
<?php

/**
 * @file
 * Post-update functions for the Entity Extra Field module.
 */

/**
 * Clear caches to ensure split with entity_extra_field_ui is effective.
 */
function entity_extra_field_post_update_rebuild_cache_after_ui_split() {
  return t('Entity Extra Field UI has been moved to a new submodule. To enable
    the management UI back install Entity Extra Field UI module.');
}

Functions

Namesort descending Description
entity_extra_field_post_update_rebuild_cache_after_ui_split Clear caches to ensure split with entity_extra_field_ui is effective.