You are here

FlaggingCollectionTypeInterface.php in Flag Lists 4.0.x

Same filename and directory in other branches
  1. 8 src/Entity/FlaggingCollectionTypeInterface.php

File

src/Entity/FlaggingCollectionTypeInterface.php
View source
<?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 {

}

Interfaces

Namesort descending Description
FlaggingCollectionTypeInterface Provides an interface for defining Flagging collection type entities.