Overrides BlockPluginInterface::build
public function build() { $block = $this->getEntity(); return $this->entityTypeManager ->getViewBuilder($block->getEntityTypeId()) ->view($block, $this->configuration['view_mode']); }