You are here

FlagListsServiceInterface.php in Flag Lists 4.0.x

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

Namespace

Drupal\flag_lists

File

src/FlagListsServiceInterface.php
View source
<?php

namespace Drupal\flag_lists;


/**
 * Acces to many Flag Lists support functions.
 */
interface FlagListsServiceInterface {

}

Interfaces

Namesort descending Description
FlagListsServiceInterface Acces to many Flag Lists support functions.