BlockContentTypeInterface.php
Same filename and directory in other branches
Namespace
Drupal\block_contentFile
-
core/
modules/ block_content/ src/ BlockContentTypeInterface.php
View source
<?php
namespace Drupal\block_content;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
use Drupal\Core\Entity\RevisionableEntityBundleInterface;
/**
* Provides an interface defining a block type entity.
*/
interface BlockContentTypeInterface extends ConfigEntityInterface, RevisionableEntityBundleInterface, EntityDescriptionInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
BlockContentTypeInterface | Provides an interface defining a block type entity. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.