You are here

FlagForListInterface.php in Flag Lists 4.0.x

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

File

src/Entity/FlagForListInterface.php
View source
<?php

namespace Drupal\flag_lists\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Flag for list entities.
 */
interface FlagForListInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
FlagForListInterface Provides an interface for defining Flag for list entities.