public function SerialStorageInterface::getSchema in Serial Field 8
Gets the schema of the assistant storage for generating serial values.
Return value
array Assistant storage schema.
1 method overrides SerialStorageInterface::getSchema()
- SerialSQLStorage::getSchema in src/SerialSQLStorage.php 
- Gets the schema of the assistant storage for generating serial values.
File
- src/SerialStorageInterface.php, line 78 
Class
- SerialStorageInterface
- Defines an interface for serial storage classes.
Namespace
Drupal\serialCode
public function getSchema();