1 views_plugin_localization_core.inc public views_plugin_localization_core::delete($source)

Delete a string.

Deletion is not supported.

Parameters

mixed $source: Full data for the string to be translated.

Overrides views_plugin_localization::delete

File

core/modules/views/plugins/views_plugin_localization_core.inc, line 63
Definition of views_plugin_localization_core.

Class

views_plugin_localization_core
Localization plugin to pass translatable strings through t().

Code

public function delete($source) {
  return FALSE;
}