CmsCoreCapabilities
in package
FinalYes
A class that identifies numerous standard core capabilities
Tags
Table of Contents
Constants
- ADMINSEARCH = 'AdminSearch'
- A constant for the admin search capability
- CONTENT_BLOCKS = 'contentblocks'
- A constant for a capability indicating the module provides content block types
- CONTENT_TYPES = 'content_types'
- A constant for a capability indicating that the module provides custom content types
- EVENTS = 'handles_events'
- A constant indicating that the module handles events
- PLUGIN_MODULE = 'plugin'
- A constant indicating that the module is a plugin module
- SEARCH_MODULE = 'search'
- A capability indicating that the module provides frontend search functionality.
- SYNTAX_MODULE = 'syntaxhighlighting'
- A capability indicating that the module is a syntax editor module.
- TASKS = 'tasks'
- A capability indicating that the module provides pseudocron tasks
- WYSIWYG_MODULE = 'wysiwyg'
- A capability indicating that the module is a WYSIWYG module
Constants
ADMINSEARCH
A constant for the admin search capability
public
mixed
ADMINSEARCH
= 'AdminSearch'
CONTENT_BLOCKS
A constant for a capability indicating the module provides content block types
public
mixed
CONTENT_BLOCKS
= 'contentblocks'
CONTENT_TYPES
A constant for a capability indicating that the module provides custom content types
public
mixed
CONTENT_TYPES
= 'content_types'
EVENTS
A constant indicating that the module handles events
public
mixed
EVENTS
= 'handles_events'
PLUGIN_MODULE
A constant indicating that the module is a plugin module
public
mixed
PLUGIN_MODULE
= 'plugin'
SEARCH_MODULE
A capability indicating that the module provides frontend search functionality.
public
mixed
SEARCH_MODULE
= 'search'
SYNTAX_MODULE
A capability indicating that the module is a syntax editor module.
public
mixed
SYNTAX_MODULE
= 'syntaxhighlighting'
TASKS
A capability indicating that the module provides pseudocron tasks
public
mixed
TASKS
= 'tasks'
WYSIWYG_MODULE
A capability indicating that the module is a WYSIWYG module
public
mixed
WYSIWYG_MODULE
= 'wysiwyg'