RemoteInterface.php in Entity Share 8.2
Same filename and directory in other branches
Namespace
Drupal\entity_share_client\EntityFile
modules/entity_share_client/src/Entity/RemoteInterface.phpView source
<?php
declare (strict_types=1);
namespace Drupal\entity_share_client\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Remote entities.
*/
interface RemoteInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
RemoteInterface | Provides an interface for defining Remote entities. |