You are here

function views_plugin_localization_core::delete in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_localization_core.inc \views_plugin_localization_core::delete()

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;
}