public function SerialStorageInterface::createStorageName in Serial Field 8
Creates the storage name.
Parameters
string $entityTypeId: Entity type id.
string $entityBundle: Entity bundle (entity type) name.
string $fieldName: Field name.
Return value
string Storage name.
1 method overrides SerialStorageInterface::createStorageName()
- SerialSQLStorage::createStorageName in src/SerialSQLStorage.php 
- Creates the storage name.
File
- src/SerialStorageInterface.php, line 42 
Class
- SerialStorageInterface
- Defines an interface for serial storage classes.
Namespace
Drupal\serialCode
public function createStorageName($entityTypeId, $entityBundle, $fieldName);