You are here

public function UpdateBase::getProvider in Express 8

Retrieves the update schema.

Return value

int

Overrides UpdateInterface::getProvider

File

themes/contrib/bootstrap/src/Plugin/Update/UpdateBase.php, line 37
Contains \Drupal\bootstrap\Plugin\Update\UpdateBase.

Class

UpdateBase
Base class for an update.

Namespace

Drupal\bootstrap\Plugin\Update

Code

public function getProvider() {
  return isset($this->pluginDefinition['provider']) ? $this->pluginDefinition['provider'] : FALSE;
}