[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/panels/plugins/page_wizards/ -> landing_page.inc (summary)

(no description)

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

Defines 7 functions

  panels_landing_page_new_page()
  panels_landing_page_basic()
  panels_landing_page_basic_validate()
  panels_landing_page_basic_submit()
  panels_landing_page_content()
  panels_landing_page_submit()
  panels_landing_page_finish()

Functions
Functions that are not part of a class:

panels_landing_page_new_page(&$cache)   X-Ref
Provide defaults for a new cache.

The cache will store all our temporary data; it isn't really a page
in itself, but it does contain everything we need to make one at the end.

panels_landing_page_basic(&$form, &$form_state)   X-Ref
First page of our page creator wizard.


panels_landing_page_basic_validate(&$form, &$form_state)   X-Ref
Submit function to store the form data in our cache.


panels_landing_page_basic_submit(&$form, &$form_state)   X-Ref
Submit function to store the form data in our cache.


panels_landing_page_content(&$form, &$form_state)   X-Ref
Second page of our wizard. This one provides a layout and lets the
user add content.


panels_landing_page_submit(&$form, &$form_state)   X-Ref
Submit function to store the form data in our cache.


panels_landing_page_finish(&$form_state)   X-Ref
Finish callback for the wizard.

When the wizard is finished, this callback will create the actual
page, save it, and redirect the user to view the new work.



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7