You are here

protected function PanopolyNewsDemoTerm::csvcolumns in Panopoly News 7

1 call to PanopolyNewsDemoTerm::csvcolumns()
PanopolyNewsDemoTerm::__construct in panopoly_news_demo/import/panopoly_news_demo.term.inc
General initialization of a Migration object.

File

panopoly_news_demo/import/panopoly_news_demo.term.inc, line 31
Base Migrations for Taxonomy Terms used in Panopoly News Demo.

Class

PanopolyNewsDemoTerm
@file Base Migrations for Taxonomy Terms used in Panopoly News Demo.

Code

protected function csvcolumns() {
  $columns[0] = array(
    'name',
    'Name',
  );
  return $columns;
}