Search for getFieldTypeMap

  1. Search 9.5.x for getFieldTypeMap
  2. Search 8.9.x for getFieldTypeMap
  3. Search 10.3.x for getFieldTypeMap
  4. Search 11.x for getFieldTypeMap
  5. Other projects
Title Object type File name Summary
DatabaseSchema::getFieldTypeMap function includes/database/schema.inc Returns a mapping of Drupal schema field names to DB-native field types.
DatabaseSchema_mysql::getFieldTypeMap function includes/database/mysql/schema.inc Returns a mapping of Drupal schema field names to DB-native field types.
DatabaseSchema_pgsql::getFieldTypeMap function includes/database/pgsql/schema.inc This maps a generic data type in combination with its data size
to the engine-specific data type.
DatabaseSchema_sqlite::getFieldTypeMap function includes/database/sqlite/schema.inc This maps a generic data type in combination with its data size
to the engine-specific data type.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.