mediaelement.install in MediaElement 8
Same filename and directory in other branches
Install, update, and uninstall hooks for the MediaElement module.
File
mediaelement.installView source
<?php
/**
* @file
* Install, update, and uninstall hooks for the MediaElement module.
*/
/**
* Set config for preventing duplicate play.
*/
function mediaelement_update_8101() {
\Drupal::configFactory()
->getEditable('mediaelement.settings')
->set('attach_sitewide', FALSE)
->save(TRUE);
}
Functions
Name | Description |
---|---|
mediaelement_update_8101 | Set config for preventing duplicate play. |