Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getStorageClass()
  2. 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getStorageClass()

Gets the storage class.

Return value

string The class for this entity type's storage.

1 method overrides EntityTypeInterface::getStorageClass()
EntityType::getStorageClass in core/lib/Drupal/Core/Entity/EntityType.php
Gets the storage class.

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getStorageClass();