You are here

constant PANELS_IS_DYNAMIC in Panels 6.2

Bitvalues used to determine the status of the panels_page override at a given path. These are set during menu rebuild and used at render-time to speed along calculations somewhat.

Indicates that the item utilizes a dynamic path - that is, it has a wildcard (%) in its path.

4 uses of PANELS_IS_DYNAMIC
panels_page_construct_dynamic_menu_link in panels_page/panels_page.menu.inc
panels_page_preview_page in panels_page/panels_page.admin.inc
_panels_page_master_loader in panels_page/panels_page.module
Determine the render-time behavior of panels_page.
_panels_page_menu_alter in panels_page/panels_page.menu.inc
Workhorse function for hook_menu_alter(); separated out here to reduce code weight.

File

panels_page/panels_page.module, line 22
panels_page.module

Code

define('PANELS_IS_DYNAMIC', 1);