CMS Made Simple API

CmsCoreCapabilities
in package

FinalYes

A class that identifies numerous standard core capabilities

Tags
license

GPL

see
CMSModule::HasCapability

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

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'

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'

WYSIWYG_MODULE

A capability indicating that the module is a WYSIWYG module

public mixed WYSIWYG_MODULE = 'wysiwyg'

        
On this page

Search results