Friday, May 28, 2021

Drupal 9 - Read custom block body content

Drupal 9 - Read custom block body content:

$block = \Drupal\block\Entity\Block::load('block_machine_name');
if ($block) {
$blockuuid = $block->getPlugin()->getDerivativeId();
  $blockContent = \Drupal::service('entity.repository')
->loadEntityByUuid('block_content'$blockuuid);
  $vsf_form_message = $blockContent->get('body')->value;
}

Happy coding!

No comments:

Post a Comment

Suomen kieli (Imperfekti)

In Finnish, the imperfekti is the past tense that describes actions that happened in the past, like the English simple past (e.g., "I ...