$bid = 'myblock';
$block = \Drupal\block_content\Entity\BlockContent::load($bid);
$render = \Drupal::entityTypeManager()->getViewBuilder('block_content')->view($block);
$block_manager = \Drupal::service('plugin.manager.block');
<?php | |
namespace Drupal\opitools\Commands; | |
use Drush\Commands\DrushCommands; | |
use Drupal\Core\Language\LanguageInterface; | |
/** | |
* A Drush commandfile. | |
* |