FlagForListInterface.php in Flag Lists 4.0.x
Same filename and directory in other branches
Namespace
Drupal\flag_lists\EntityFile
src/Entity/FlagForListInterface.phpView 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
Name | Description |
---|---|
FlagForListInterface | Provides an interface for defining Flag for list entities. |