You are here

SharerichInterface.php in Sharerich 8

Namespace

Drupal\sharerich

File

src/SharerichInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\sharerich\SharerichInterface.
 */
namespace Drupal\sharerich;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Sharerich entities.
 */
interface SharerichInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
SharerichInterface Provides an interface for defining Sharerich entities.