You are here

namespace Drupal\dynamic_entity_reference\Storage in Dynamic Entity Reference 8.2

Classsort descending Location Description
IntColumnHandler src/Storage/IntColumnHandler.php Per database implementation of denormalizing into integer columns.
IntColumnHandlerInterface src/Storage/IntColumnHandlerInterface.php The interface for IntColumnHandler.
IntColumnHandlerMySQL src/Storage/IntColumnHandlerMySQL.php MySQL implementation of denormalizing into integer columns.
IntColumnHandlerPostgreSQL src/Storage/IntColumnHandlerPostgreSQL.php PostgreSQL implementation of denormalizing into integer columns.
IntColumnHandlerSQLite src/Storage/IntColumnHandlerSQLite.php SQLite implementation of denormalizing into integer columns.