You are here

protected property ResourceFieldEntity::$column in RESTful 7.2

If the property is a field, set the column that would be used in queries. For example, the default column for a text field would be "value". Defaults to the first column returned by field_info_field(), otherwise FALSE.

Type: string

File

src/Plugin/resource/Field/ResourceFieldEntity.php, line 89
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntity

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

protected $column;