upgraded core, fixed customs modules
This commit is contained in:
@@ -21,7 +21,7 @@ class AjaxHeaderMenuBlock extends ControllerBase {
|
||||
// \Drupal::logger('materio_user')->notice($language);
|
||||
$this->bid = "header";
|
||||
$this->block = Block::load($this->bid);
|
||||
$this->block_builded = \Drupal::entityManager()->getViewBuilder('block')->view($this->block);
|
||||
$this->block_builded = \Drupal::entityTypeManager()->getViewBuilder('block')->view($this->block);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user