ImportConfigInterface.php in Entity Share 8.3
Namespace
Drupal\entity_share_client\EntityFile
modules/entity_share_client/src/Entity/ImportConfigInterface.phpView source
<?php
declare (strict_types=1);
namespace Drupal\entity_share_client\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Import config entities.
*/
interface ImportConfigInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
ImportConfigInterface | Provides an interface for defining Import config entities. |