protected function FixedBlockContent::getDefaultContentHandler in Fixed Block Content 8
Gets the default content handler.
Return value
\Drupal\fixed_block_content\DefaultContentHandlerInterface The default content handler.
File
- src/
Entity/ FixedBlockContent.php, line 295
Class
- FixedBlockContent
- Configuration entity for the fixed block content.
Namespace
Drupal\fixed_block_content\EntityCode
protected function getDefaultContentHandler() {
return $this
->entityTypeManager()
->getHandler($this
->getEntityTypeId(), 'content_handler');
}