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
- core/
modules/ layout/ plugins/ context/ layout_context.inc, line 42 - Class that holds information relating to a layout's context.
Class
- LayoutContext
- @file Class that holds information relating to a layout's context.
Code
const USAGE_TYPE_ALL = 15;