Overrides Symfony\Component\HttpKernel\Bundle\Bundle::build().
Overrides Bundle::build
public function build(ContainerBuilder $container) {
// Register the LayoutManager class with the dependency injection container.
$container
->register('plugin.manager.layout', 'Drupal\\layout\\Plugin\\Type\\LayoutManager');
}