SiteSettingEntityTypeInterface.php in Site Settings and Labels 8
Namespace
Drupal\site_settingsFile
src/SiteSettingEntityTypeInterface.phpView 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
Name | Description |
---|---|
SiteSettingEntityTypeInterface | Provides an interface for defining Site Setting type entities. |