1 views_plugin_localization_test.inc public views_plugin_localization_test::export($source)

Store the export strings.

File

core/modules/views/tests/views_plugin_localization_test.inc, line 30
Definition of views_plugin_localization_test.

Class

views_plugin_localization_test
A stump localisation plugin which has static variables to cache the input.

Code

public function export($source) {
  if (!empty($source['value'])) {
    $this->exportStrings[] = $source['value'];
  }
}