function views_plugin_localization_core::delete

3.x views_plugin_localization_core.inc views_plugin_localization_core::delete($source)

Delete a string.

Deletion is not supported.

Parameters

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

Overrides views_plugin_localization::delete

File

plugins/views_plugin_localization_core.inc, line 73
Contains the Drupal core localization plugin.

Class

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

Code

function delete($source) {
  return FALSE;
}