Adjusts this display's block placement to work with the provided layout.
Essentially a shortcut that calls DisplayInterface::mapBlocksToLayout(), saves the result in the appropriate object property, and finally calls BoundDisplayInterface::setLayout().
\Drupal\layout\Plugin\LayoutInterface $layout: The new layout to which blocks should be remapped.
\Drupal\layout\Config\DisplayInterface::mapBlocksToLayout()
public function remapToLayout(LayoutInterface $layout);