getId() before performing any tasks. * * @param \Drupal\bootstrap_layouts\BootstrapLayout $layout * The existing BootstrapLayout instance that is being processed. * @param array $data * Any static YAML data found for the update. * @param bool $display_messages * Flag determining whether a message will be displayed indicating whether * the layout was processed successfully or not. * * @see \Drupal\bootstrap_layouts\BootstrapLayoutsManager::update() */ public function processExistingLayout(BootstrapLayout $layout, array $data = [], $display_messages = TRUE); }