You are here

function block_content_post_update_entity_changed_constraint in Drupal 10

Clear the entity type cache.

File

core/modules/block_content/block_content.post_update.php, line 20
Post update functions for Custom Block.

Code

function block_content_post_update_entity_changed_constraint() {

  // Empty post_update hook.
}