public function UpdateInterface::getSchema in Express 8
Retrieves the update schema.
Return value
int
1 method overrides UpdateInterface::getSchema()
- UpdateBase::getSchema in themes/
contrib/ bootstrap/ src/ Plugin/ Update/ UpdateBase.php - Retrieves the update schema.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Update/ UpdateInterface.php, line 46 - Contains \Drupal\bootstrap\Plugin\Update\UpdateInterface.
Class
- UpdateInterface
- Defines the interface for an object oriented preprocess plugin.
Namespace
Drupal\bootstrap\Plugin\UpdateCode
public function getSchema();