Search for save

  1. Search 7.x-3.x for save
  2. Other projects
Title Object type File name Summary
view::save function includes/view.inc Save the view to the database. If the view does not already exist,
A vid will be assigned to the view and also returned from this function.
view::save_locale_strings function includes/view.inc Send strings for localization.
view::_save_rows function includes/view.inc Save a row to the database for the given key, which is one of the
keys from view::db_objects()
views_db_object::save_row function includes/view.inc Write the row to the database.
views_plugin_display_block::save_block_cache function plugins/views_plugin_display_block.inc Save the block cache setting in the blocks table if this block allready
exists in the blocks table. Dirty fix untill http://drupal.org/node/235673 gets in.
views_plugin_localization::save function plugins/views_plugin_localization.inc Save string source for translation.
views_plugin_localization::save_string function plugins/views_plugin_localization.inc Save a string for translation
views_plugin_localization_core::save_string function plugins/views_plugin_localization_core.inc Save a string for translation.
views_plugin_localization_none::save function plugins/views_plugin_localization_none.inc Save a string for translation; not supported.