You are here

function ckeditor_media_embed_update_8101 in CKEditor Media Embed Plugin 8

WARNING: This release breaks the current CKEditor Media Embed plugin dev.

As we are no longer including the libraries as part of the module. Please run "drupal ckeditor_media_embed:install" if you have Drupal Console installed or see the README.md for installation instructions for additional installation instructions.

File

./ckeditor_media_embed.install, line 113
Install file for the CKEditor Media Embed plugin module.

Code

function ckeditor_media_embed_update_8101() {
  \Drupal::service('plugin.manager.ckeditor.plugin')
    ->clearCachedDefinitions();
}