Tracks the configuration of all text filters in Drupal.FilterStatus
objects for Drupal.editorConfiguration.featureIsAllowedByFilters
.
Namespaces
Members
(static) statuses :Object.<string, Drupal.FilterStatus>
Drupal.FilterStatus objects, keyed by filter ID.
Type:
- Object.<string, Drupal.FilterStatus>
Methods
(static) update()
Updates all Drupal.FilterStatus
objects to reflect current state.
Automatically checks whether a filter is currently enabled or not. To support more fine-grained.
If a filter implements a live setting parser, then that will be used to
keep the HTML rules for the Drupal.FilterStatus
object
up-to-date.