public function BootstrapLayoutsUpdateInterface::update in Bootstrap Layouts 8.4
Same name and namespace in other branches
- 8.5 src/Plugin/BootstrapLayouts/BootstrapLayoutsUpdateInterface.php \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\BootstrapLayoutsUpdateInterface::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.
1 method overrides BootstrapLayoutsUpdateInterface::update()
- BootstrapLayoutsUpdateBase::update in src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsUpdateBase.php - Provide an update.
File
- src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsUpdateInterface.php, line 34
Class
Namespace
Drupal\bootstrap_layouts\Plugin\BootstrapLayoutsCode
public function update(BootstrapLayoutsManager $manager, array $data = [], $display_messages = TRUE);