UpgradeStatusTestErrorEntity.php in Upgrade Status 8.3
Namespace
Drupal\upgrade_status_test_errorFile
tests/modules/upgrade_status_test_error/src/UpgradeStatusTestErrorEntity.phpView 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
Name | Description |
---|---|
UpgradeStatusTestErrorEntity | Defines the UpgradeStatusTestErrorEntity configuration entity. |