You are here

WebformAccessTypeInterface.php in Webform 6.x

Same filename and directory in other branches
  1. 8.5 modules/webform_access/src/WebformAccessTypeInterface.php

File

modules/webform_access/src/WebformAccessTypeInterface.php
View source
<?php

namespace Drupal\webform_access;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a webform access type entity.
 */
interface WebformAccessTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
WebformAccessTypeInterface Provides an interface defining a webform access type entity.