ExternalLinkPopupInterface.php in External Link Pop-up 8
Namespace
Drupal\external_link_popupFile
src/ExternalLinkPopupInterface.phpView 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
Name | Description |
---|---|
ExternalLinkPopupInterface | Provides an interface defining a external_link_popup entity. |