You are here

public function SocialContentVK::prepareRow in Social Content 7.2

Do the uploads and attach expected fields to a row about to be imported.

Overrides SocialContent::prepareRow

File

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

Class

SocialContentVK
@file Social Content VK class.

Code

public function prepareRow($row) {
  $row->created = $row->date;
  return parent::prepareRow($row);
}