You are here

FlaggingCollectionTypeInterface.php in Flag Lists 8

Same filename and directory in other branches
  1. 4.0.x 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.