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

1
public function getDescription();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.