You are here

public function EntityExportCsvInterface::setFields in Entity Export CSV 8

Set the fields configuration.

Parameters

array $fields: The fields configuration.

Return value

$this The config entity.

1 method overrides EntityExportCsvInterface::setFields()
EntityExportCsv::setFields in src/Entity/EntityExportCsv.php
Set the fields configuration.

File

src/Entity/EntityExportCsvInterface.php, line 86

Class

EntityExportCsvInterface
Provides an interface for defining Entity export csv entities.

Namespace

Drupal\entity_export_csv\Entity

Code

public function setFields(array $fields);