You are here

public function UpdateBase::getSchema in Express 8

Retrieves the update schema.

Return value

int

Overrides UpdateInterface::getSchema

File

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

Class

UpdateBase
Base class for an update.

Namespace

Drupal\bootstrap\Plugin\Update

Code

public function getSchema() {
  return (int) $this
    ->getPluginId();
}