You are here

public function BootstrapLayoutsUpdateBase::getPath in Bootstrap Layouts 8.4

Same name and namespace in other branches
  1. 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

BootstrapLayoutsUpdateBase

Namespace

Drupal\bootstrap_layouts\Plugin\BootstrapLayouts

Code

public function getPath() {
  return $this->path;
}