public function BootstrapLayoutsUpdateBase::getPath in Bootstrap Layouts 8.4
Same name and namespace in other branches
- 8.5 src/Plugin/BootstrapLayouts/BootstrapLayoutsUpdateBase.php \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\BootstrapLayoutsUpdateBase::getPath()
Retrieves the path to plugin provider.
Return value
string Path to the plugin provider.
Overrides BootstrapLayoutsUpdateInterface::getPath
1 call to BootstrapLayoutsUpdateBase::getPath()
- BootstrapLayoutsUpdate8401::processExistingLayout in src/
Plugin/ BootstrapLayouts/ Updates/ BootstrapLayoutsUpdate8401.php - Provide an update for an existing layout.
File
- src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsUpdateBase.php, line 46
Class
Namespace
Drupal\bootstrap_layouts\Plugin\BootstrapLayoutsCode
public function getPath() {
return $this->path;
}