function views_plugin_localization_test::get_export_strings

Return the stored strings for the simpletest.

File

tests/views_plugin_localization_test.inc, line 39

Class

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

Code

public function get_export_strings() {
    return $this->export_strings;
}