localgov_alert_banner-1.8.5/src/Entity/AlertBannerEntityTypeInterface.php
src/Entity/AlertBannerEntityTypeInterface.php
<?php
declare(strict_types=1);
namespace Drupal\localgov_alert_banner\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Alert banner type entities.
*/
interface AlertBannerEntityTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
