Search for getField
- Search 9.5.x for getField
- Search 8.9.x for getField
- Search 10.3.x for getField
- Search 11.x for getField
- 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/ |
|
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. |
FieldInfo::getField | function | modules/ |
Returns a field definition from a field name. |
FieldInfo::getFieldById | function | modules/ |
Returns a field definition from a field ID. |
FieldInfo::getFieldMap | function | modules/ |
Collects a lightweight map of fields across bundles. |
FieldInfo::getFields | function | modules/ |
Returns all active fields, including deleted ones. |
SelectQuery::getFields | function | includes/ |
|
SelectQueryExtender::getFields | function | includes/ |
|
SelectQueryInterface::getFields | function | includes/ |
Returns a reference to the fields array for this query. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.