flag_lists-4.0.x-dev/src/Entity/FlaggingCollectionTypeInterface.php
src/Entity/FlaggingCollectionTypeInterface.php
<?php
namespace Drupal\flag_lists\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Flagging collection type entities.
*/
interface FlaggingCollectionTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
