You are here

RemoteInterface.php in Entity Share 8

File

modules/entity_share_client/src/Entity/RemoteInterface.php
View source
<?php

namespace Drupal\entity_share_client\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Remote entities.
 */
interface RemoteInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
RemoteInterface Provides an interface for defining Remote entities.