You are here

UpgradeStatusTestErrorEntity.php in Upgrade Status 8.3

File

tests/modules/upgrade_status_test_error/src/UpgradeStatusTestErrorEntity.php
View source
<?php

namespace Drupal\upgrade_status_test_error;

use Drupal\Core\Config\Entity\ConfigEntityBase;

/**
 * Defines the UpgradeStatusTestErrorEntity configuration entity.
 *
 * @ConfigEntityType(
 *   id = "upgrade_status_test_error",
 *   label = @Translation("Test configuration"),
 * )
 */
final class UpgradeStatusTestErrorEntity extends ConfigEntityBase {

}

Classes

Namesort descending Description
UpgradeStatusTestErrorEntity Defines the UpgradeStatusTestErrorEntity configuration entity.