You are here

MediaBundle.php in Media entity 8.2

File

src/MediaBundle.php
View source
<?php

namespace Drupal\media_entity;

use Drupal\Core\Config\Entity\ConfigEntityBase;

/**
 * Defines the Media bundle configuration entity.
 *
 * This is a fake in order to make the upgrade process work. It has
 * no functionality and should never be used.
 *
 * @internal
 */
final class MediaBundle extends ConfigEntityBase {

}

Classes

Namesort descending Description
MediaBundle Defines the Media bundle configuration entity.