You are here

BlockGroupContentInterface.php in Block Group 8

Namespace

Drupal\blockgroup

File

src/BlockGroupContentInterface.php
View source
<?php

namespace Drupal\blockgroup;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Block group content entities.
 */
interface BlockGroupContentInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
BlockGroupContentInterface Provides an interface for defining Block group content entities.