function media_update_8600
Updates media.settings to support OEmbed.
File
-
core/
modules/ media/ media.install, line 223
Code
function media_update_8600() {
\Drupal::configFactory()->getEditable('media.settings')
->set('iframe_domain', '')
->set('oembed_providers_url', 'https://oembed.com/providers.json')
->save(TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.