public function BootstrapLayoutsUpdateBase::update in Bootstrap Layouts 8.5
Same name and namespace in other branches
- 8.4 src/Plugin/BootstrapLayouts/BootstrapLayoutsUpdateBase.php \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\BootstrapLayoutsUpdateBase::update()
Provide an update.
Parameters
\Drupal\bootstrap_layouts\BootstrapLayoutsManager $manager: The BootstrapLayoutsManager instance.
array $data: Any static YAML data found for the update.
bool $display_messages: Flag determining whether a message will be displayed indicating whether the layout was processed successfully or not.
Overrides BootstrapLayoutsUpdateInterface::update
File
- src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsUpdateBase.php, line 53
Class
Namespace
Drupal\bootstrap_layouts\Plugin\BootstrapLayoutsCode
public function update(BootstrapLayoutsManager $manager, array $data = [], $display_messages = TRUE) {
}