public SqlEntityStorageInterface::getTableMapping(array $storage_definitions = NULL)
Gets a table mapping for the entity's SQL tables.
Parameters
\Drupal\Core\Field\FieldStorageDefinitionInterface[] $storage_definitions: (optional) An array of field storage definitions to be used to compute the table mapping. Defaults to the ones provided by the entity manager.
Return value
\Drupal\Core\Entity\Sql\TableMappingInterface A table mapping object for the entity's tables.
File
- core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php, line 22
Class
- SqlEntityStorageInterface
- A common interface for SQL-based entity storage implementations.
Namespace
Drupal\Core\Entity\Sql
Code
public function getTableMapping(array $storage_definitions = NULL);
Please login to continue.