You are here

BrowserTypeInterface.php in Paragraphs Browser 8

File

src/BrowserTypeInterface.php
View source
<?php

namespace Drupal\paragraphs_browser;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a ParagraphsType entity.
 */
interface BrowserTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
BrowserTypeInterface Provides an interface defining a ParagraphsType entity.