cookies-1.0.3/src/Entity/CookiesServiceGroupInterface.php
src/Entity/CookiesServiceGroupInterface.php
<?php
namespace Drupal\cookies\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Cookie service group entities.
*/
interface CookiesServiceGroupInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
