You are here

SiteSettingEntityTypeInterface.php in Site Settings and Labels 8

File

src/SiteSettingEntityTypeInterface.php
View source
<?php

namespace Drupal\site_settings;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Site Setting type entities.
 */
interface SiteSettingEntityTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
SiteSettingEntityTypeInterface Provides an interface for defining Site Setting type entities.