You are here

LogTypeInterface.php in Log entity 8

Namespace

Drupal\log

File

src/LogTypeInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\log\LogTypeInterface.
 */
namespace Drupal\log;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Log type entities.
 */
interface LogTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
LogTypeInterface Provides an interface for defining Log type entities.