SharerichInterface.php in Sharerich 8
Contains \Drupal\sharerich\SharerichInterface.
Namespace
Drupal\sharerichFile
src/SharerichInterface.phpView 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
Name | Description |
---|---|
SharerichInterface | Provides an interface for defining Sharerich entities. |