Issue #2418611 by martin107: Trivial fix to EditorXssFilterInterface::filterXss
parent
4f776f6f45
commit
a160367c4f
|
@ -34,7 +34,7 @@ interface EditorXssFilterInterface {
|
||||||
* @param \Drupal\filter\FilterFormatInterface $format
|
* @param \Drupal\filter\FilterFormatInterface $format
|
||||||
* The text format configuration entity. Provides context based upon which
|
* The text format configuration entity. Provides context based upon which
|
||||||
* one may want to adjust the filtering.
|
* one may want to adjust the filtering.
|
||||||
* @param \Drupal\filter\FilterFormatInterface $original_format|null
|
* @param \Drupal\filter\FilterFormatInterface|null $original_format
|
||||||
* (optional) The original text format configuration entity (when switching
|
* (optional) The original text format configuration entity (when switching
|
||||||
* text formats/editors). Also provides context based upon which one may
|
* text formats/editors). Also provides context based upon which one may
|
||||||
* want to adjust the filtering.
|
* want to adjust the filtering.
|
||||||
|
|
Loading…
Reference in New Issue