public BlockContentTypeInterface::shouldCreateNewRevision()
Returns whether a new revision should be created by default.
Return value
bool TRUE if a new revision should be created by default.
File
- core/modules/block_content/src/BlockContentTypeInterface.php, line 26
Class
- BlockContentTypeInterface
- Provides an interface defining a custom block type entity.
Namespace
Drupal\block_content
Code
public function shouldCreateNewRevision();
Please login to continue.