You are here

constant PANELS_ARG_IS_BAD in Panels 6.2

Error code bitmask used for identifying argument behavior at runtime.

6 uses of PANELS_ARG_IS_BAD
panels_nid_context in arguments/nid.inc
Discover if this argument gives us the node we crave.
panels_node_edit_context in arguments/node_edit.inc
Discover if this argument gives us the node we crave.
panels_term_context in arguments/term.inc
Discover if this argument gives us the term we crave.
panels_uid_context in arguments/uid.inc
Discover if this argument gives us the user we crave.
panels_vid_context in arguments/vid.inc
Discover if this argument gives us the vocabulary we crave.

... See full list

File

./panels.module, line 12
panels.module

Code

define('PANELS_ARG_IS_BAD', 1);