function BlockContent::isReusable
Determines if the block is reusable or not.
Return value
bool Returns TRUE if reusable and FALSE otherwise.
Overrides BlockContentInterface::isReusable
1 call to BlockContent::isReusable()
- BlockContent::postSave in core/
modules/ block_content/ src/ Entity/ BlockContent.php  - Acts on a saved entity before the insert or update hook is invoked.
 
File
- 
              core/
modules/ block_content/ src/ Entity/ BlockContent.php, line 297  
Class
- BlockContent
 - Defines the custom block entity class.
 
Namespace
Drupal\block_content\EntityCode
public function isReusable() {
  return (bool) $this->get('reusable')->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.