LogTypeInterface.php in Log entity 8
Contains \Drupal\log\LogTypeInterface.
Namespace
Drupal\logFile
src/LogTypeInterface.phpView 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
Name | Description |
---|---|
LogTypeInterface | Provides an interface for defining Log type entities. |