public function BootstrapLayoutsHandlerInterface::loadInstances in Bootstrap Layouts 8.5
Same name and namespace in other branches
- 8.4 src/Plugin/BootstrapLayouts/BootstrapLayoutsHandlerInterface.php \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\BootstrapLayoutsHandlerInterface::loadInstances()
Loads layout instances.
Parameters
string[]|int[] $ids: Optional. An array of identifiers to load. If no identifiers are specified, then all available instances will be loaded.
Return value
\Drupal\bootstrap_layouts\BootstrapLayout[] An associative array of BootstrapLayout instances, keyed by identifier.
1 call to BootstrapLayoutsHandlerInterface::loadInstances()
- BootstrapLayoutsHandlerBase::loadInstance in src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerBase.php - Loads a specific layout instance.
2 methods override BootstrapLayoutsHandlerInterface::loadInstances()
- Ds::loadInstances in src/
Plugin/ BootstrapLayouts/ Ds.php - Loads layout instances.
- PageManager::loadInstances in src/
Plugin/ BootstrapLayouts/ PageManager.php - Loads layout instances.
File
- src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerInterface.php, line 45
Class
- BootstrapLayoutsHandlerInterface
- Interface BootstrapLayoutsHandlerInterface
Namespace
Drupal\bootstrap_layouts\Plugin\BootstrapLayoutsCode
public function loadInstances(array $ids = NULL);