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