dcat-8.x-1.x-dev/src/Entity/DcatVcardTypeInterface.php
src/Entity/DcatVcardTypeInterface.php
<?php
namespace Drupal\dcat\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining vCard type entities.
*/
interface DcatVcardTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
