You are here

protected function ContentModelUpdater::installMediaTypes in Panopoly 8.2

Installs media type config.

1 call to ContentModelUpdater::installMediaTypes()
ContentModelUpdater::installBundleConfig in modules/panopoly/panopoly_media/src/Update/ContentModelUpdater.php
Installs config pertinent to media entity bundles.

File

modules/panopoly/panopoly_media/src/Update/ContentModelUpdater.php, line 194

Class

ContentModelUpdater
Applies changes to media content model from schema versions 8204 to 8205.

Namespace

Drupal\panopoly_media\Update

Code

protected function installMediaTypes() {
  $this
    ->installAllOfType('media.type');
}