You are here

ExternalLinkPopupInterface.php in External Link Pop-up 8

File

src/ExternalLinkPopupInterface.php
View source
<?php

namespace Drupal\external_link_popup;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a external_link_popup entity.
 */
interface ExternalLinkPopupInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ExternalLinkPopupInterface Provides an interface defining a external_link_popup entity.