All possible context types.

This is equivalent to the following bitwise addition of all the above:

  self::USAGE_TYPE_CUSTOM | self::USAGE_TYPE_MENU | self::USAGE_TYPE_SYSTEM | self::USAGE_TYPE_RELATIONSHIP

PHP 5.6 and higher is required to do this math in a constant however, so it is defined here as the equivalent integer value.

File

modules/layout/plugins/context/layout_context.inc, line 43
Class that holds information relating to a layouts context.

Class

LayoutContext
@file Class that holds information relating to a layouts context.

Code

const USAGE_TYPE_ALL = 15;