function paragraphs_update_8003 in Paragraphs 8
Placeholder for the previous 8003 update.
File
- ./
paragraphs.install, line 64 - Installation hooks for Paragraphs module.
Code
function paragraphs_update_8003() {
// The original update function was moved to be post update.
\Drupal::state()
->set('paragraphs_update_8003_placeholder', TRUE);
}