function block_content_update_8002 in Drupal 8
Generalizes the d6_block_content_type and d6_block_content_body_field migrations.
File
- core/
modules/ block_content/ block_content.install, line 37 - Install, update and uninstall functions for the block_content module.
Code
function block_content_update_8002() {
// Removed in issue #2569605. The Migrate and Migrate Drupal modules are
// marked experimental and do not need to support the update path until they
// are stable.
// @see https://www.drupal.org/node/2569469
}