function BlockContent::setInfo
Sets the block description.
Parameters
string $info: The block description.
Return value
$this The class instance that this method is called on.
Overrides BlockContentInterface::setInfo
File
-
core/
modules/ block_content/ src/ Entity/ BlockContent.php, line 232
Class
- BlockContent
- Defines the custom block entity class.
Namespace
Drupal\block_content\EntityCode
public function setInfo($info) {
$this->set('info', $info);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.