public function FixedBlockContentInterface::isProtected in Fixed Block Content 8
Gets the protected option.
Return value
bool Boolean indicating that the option is enabled or not.
1 method overrides FixedBlockContentInterface::isProtected()
- FixedBlockContent::isProtected in src/
Entity/ FixedBlockContent.php - Gets the protected option.
File
- src/
FixedBlockContentInterface.php, line 84
Class
- FixedBlockContentInterface
- Fixed block content interface.
Namespace
Drupal\fixed_block_contentCode
public function isProtected();