EntityTypeInterface::setStorageClass

public EntityTypeInterface::setStorageClass($class)

Sets the storage class.

Parameters

string $class: The class for this entity type's storage.

Return value

$this

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 230

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function setStorageClass($class);
doc_Drupal
2016-10-29 09:08:30
Comments
Leave a Comment

Please login to continue.