标签: drupal drupal-8
我可以访问节点主体字段,但是我不知道如何访问该字段内的自定义块。
$page = $node->load($nid); $main_field = $page->get('field_main');
如何访问“ $ main_field”内部的块?