You are here

NodeLimitInterface.php in Node Limit 8

Namespace

Drupal\node_limit

File

src/NodeLimitInterface.php
View source
<?php

namespace Drupal\node_limit;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a NodeLimit entity.
 */
interface NodeLimitInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
NodeLimitInterface Provides an interface defining a NodeLimit entity.