Search for getFieldType
- Search 9.5.x for getFieldType
- Search 8.9.x for getFieldType
- Search 10.3.x for getFieldType
- Search 11.x for getFieldType
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseSchema::getFieldTypeMap | function | includes/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
DatabaseSchema_mysql::getFieldTypeMap | function | includes/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
DatabaseSchema_pgsql::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
DatabaseSchema_sqlite::getFieldTypeMap | function | includes/ |
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.