SU-SWS/react_paragraphs

View on GitHub
src/Entity/ParagraphsRowTypeInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Drupal\react_paragraphs\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Paragraphs Row type entities.
 */
interface ParagraphsRowTypeInterface extends ConfigEntityInterface {

}