function BlockContent::setReusable
Sets the block to be reusable.
Return value
$this
Overrides BlockContentInterface::setReusable
File
-
core/
modules/ block_content/ src/ Entity/ BlockContent.php, line 255
Class
- BlockContent
- Defines the content block entity class.
Namespace
Drupal\block_content\EntityCode
public function setReusable() {
return $this->set('reusable', TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.