You are here

public function SocialContentVK::fields in Social Content 7.2

Fields to save from the row.

Get fields to save.

Return value

array List of fields to save.

Overrides SocialContent::fields

File

modules/vk/social_content_vk.class.inc, line 55
Social Content VK class.

Class

SocialContentVK
@file Social Content VK class.

Code

public function fields() {
  return array(
    'id' => 'id',
    'text' => 'body',
  ) + parent::fields();
}