1 views_plugin_localization_test.inc public views_plugin_localization_test::getExportStrings()

Return the stored strings for the simpletest.

File

core/modules/views/tests/views_plugin_localization_test.inc, line 39
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 getExportStrings() {
  return $this->exportStrings;
}