BlockContentTypeInterface::getDescription

public BlockContentTypeInterface::getDescription()

Returns the description of the block type.

Return value

string The description of the type of this block.

File

core/modules/block_content/src/BlockContentTypeInterface.php, line 18

Class

BlockContentTypeInterface
Provides an interface defining a custom block type entity.

Namespace

Drupal\block_content

Code

public function getDescription();
doc_Drupal
2016-10-29 08:47:15
Comments
Leave a Comment

Please login to continue.