BrowserTypeInterface.php in Paragraphs Browser 8
Namespace
Drupal\paragraphs_browserFile
src/BrowserTypeInterface.phpView source
<?php
namespace Drupal\paragraphs_browser;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a ParagraphsType entity.
*/
interface BrowserTypeInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
BrowserTypeInterface | Provides an interface defining a ParagraphsType entity. |