public BlockContentInterface::setInfo($info)
Sets the block description.
Parameters
string $info: The block description.
Return value
\Drupal\block_content\BlockContentInterface The class instance that this method is called on.
File
- core/modules/block_content/src/BlockContentInterface.php, line 34
Class
- BlockContentInterface
- Provides an interface defining a custom block entity.
Namespace
Drupal\block_content
Code
1 | public function setInfo( $info ); |
Please login to continue.