You are here

public function SerialStorageInterface::createStorageFromName in Serial Field 8

Creates an assistant serial storage for a new created field.

Parameters

string $storageName: Storage name.

1 method overrides SerialStorageInterface::createStorageFromName()
SerialSQLStorage::createStorageFromName in src/SerialSQLStorage.php
Creates an assistant serial storage for a new created field.

File

src/SerialStorageInterface.php, line 108

Class

SerialStorageInterface
Defines an interface for serial storage classes.

Namespace

Drupal\serial

Code

public function createStorageFromName($storageName);