public function BootstrapLayoutsHandlerInterface::saveInstances in Bootstrap Layouts 8.4
Same name and namespace in other branches
- 8.5 src/Plugin/BootstrapLayouts/BootstrapLayoutsHandlerInterface.php \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\BootstrapLayoutsHandlerInterface::saveInstances()
Saves layout instances.
Parameters
\Drupal\bootstrap_layouts\BootstrapLayout[] $layouts: An associative array of BootstrapLayout instances, keyed by identifier.
Throws
\Drupal\Core\Entity\EntityStorageException In case of failures an exception is thrown.
1 call to BootstrapLayoutsHandlerInterface::saveInstances()
- BootstrapLayoutsHandlerBase::saveInstance in src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerBase.php - Saves a specific layout instance.
2 methods override BootstrapLayoutsHandlerInterface::saveInstances()
- Ds::saveInstances in src/
Plugin/ BootstrapLayouts/ Ds.php - Saves layout instances.
- PageManager::saveInstances in src/
Plugin/ BootstrapLayouts/ PageManager.php - Saves layout instances.
File
- src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerInterface.php, line 69
Class
- BootstrapLayoutsHandlerInterface
- Interface BootstrapLayoutsHandlerInterface
Namespace
Drupal\bootstrap_layouts\Plugin\BootstrapLayoutsCode
public function saveInstances(array $layouts = []);