[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/panels/panels_mini/ -> panels_mini.module (summary)

(no description)

File Size: 398 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 20 functions

  panels_mini_perm()
  panels_mini_menu()
  panels_mini_block()
  panels_mini_get_id()
  panels_mini_new()
  panels_mini_load()
  panels_mini_load_all()
  panels_mini_save()
  panels_mini_delete()
  panels_mini_export()
  panels_mini_ctools_block_info()
  panels_mini_ctools_plugin_directory()
  _panels_mini_panels_cache_get()
  panels_mini_panels_cache_get()
  panels_mini_panels_cache_set()
  panels_mini_panels_cache_clear()
  panels_mini_panels_cache_save()
  panels_mini_panels_cache_break_lock()
  panels_mini_default_panels_mini_alter()
  panels_mini_panels_dashboard_blocks()

Functions
Functions that are not part of a class:

panels_mini_perm()   X-Ref
Implementation of hook_perm().


panels_mini_menu()   X-Ref
Implementation of hook_menu().


panels_mini_block($op = 'list', $delta = 0, $edit = array()   X-Ref
Implementation of hook_block().

Expose qualifying mini panels to Drupal's block system.

panels_mini_get_id($name)   X-Ref
Statically store all used IDs to ensure all mini panels get a unique id.


panels_mini_new($set_defaults = TRUE)   X-Ref
Create a new page with defaults appropriately set from schema.


panels_mini_load($name)   X-Ref
Load a single mini panel.


panels_mini_load_all($reset = FALSE)   X-Ref
Load all mini panels.


panels_mini_save(&$mini)   X-Ref
Write a mini panel to the database.


panels_mini_delete($mini)   X-Ref
Remove a mini panel.


panels_mini_export($mini, $indent = '')   X-Ref
Export a mini panel.


panels_mini_ctools_block_info($module, $delta, &$info)   X-Ref
Remove the block version of mini panels from being available content types.


panels_mini_ctools_plugin_directory($module, $plugin)   X-Ref
Implementation of hook_ctools_plugin_directory() to let the system know
we implement task and task_handler plugins.


_panels_mini_panels_cache_get($key)   X-Ref
Get the display cache for the panels_mini plugin.


panels_mini_panels_cache_get($key)   X-Ref
Get display edit cache for the panels mini export UI

The key is the second half of the key in this form:
panels_mini:TASK_NAME:HANDLER_NAME;

panels_mini_panels_cache_set($key, $cache)   X-Ref
Store a display edit in progress in the page cache.


panels_mini_panels_cache_clear($key, $cache)   X-Ref
Save all changes made to a display using the panels mini UI cache.


panels_mini_panels_cache_save($key, $cache)   X-Ref
Save all changes made to a display using the panels mini UI cache.


panels_mini_panels_cache_break_lock($key, $cache)   X-Ref
Break the lock on a panels mini page.


panels_mini_default_panels_mini_alter(&$minis)   X-Ref
Alter default mini panels to ensure they have new fields and avoid warnings.


panels_mini_panels_dashboard_blocks(&$vars)   X-Ref
Implementation of hook_panels_dashboard_blocks().

Adds mini panels information to the Panels dashboard.



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7