BlockGroupContentInterface.php in Block Group 8
Namespace
Drupal\blockgroupFile
src/BlockGroupContentInterface.phpView 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
Name | Description |
---|---|
BlockGroupContentInterface | Provides an interface for defining Block group content entities. |