public function BootstrapLayoutsHandlerInterface::loadInstance 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::loadInstance()
Loads a specific layout instance.
Parameters
string|int $id: The identifier to load.
Return value
\Drupal\bootstrap_layouts\BootstrapLayout The BootstrapLayout instance.
1 method overrides BootstrapLayoutsHandlerInterface::loadInstance()
- BootstrapLayoutsHandlerBase::loadInstance in src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerBase.php - Loads a specific layout instance.
File
- src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerInterface.php, line 33
Class
- BootstrapLayoutsHandlerInterface
- Interface BootstrapLayoutsHandlerInterface
Namespace
Drupal\bootstrap_layouts\Plugin\BootstrapLayoutsCode
public function loadInstance($id);