function _field_sql_storage_query_columnname

_field_sql_storage_query_columnname($field_name, $column)

Field meta condition column callback.

File

modules/field/modules/field_sql_storage/field_sql_storage.module, line 719
Default implementation of the field storage API.

Code

function _field_sql_storage_query_columnname($field_name, $column) {
  return $column;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!modules!field_sql_storage!field_sql_storage.module/function/_field_sql_storage_query_columnname/7.x