Function __global->_find_spell_checker
Definitions
sources/spelling.php
- Find the active spell checker.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Spell checker (null: none)
- Type: ?string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the active spell checker.
*
* @return ?string Spell checker (null: none)
*/
function _find_spell_checker() : ?string
* Find the active spell checker.
*
* @return ?string Spell checker (null: none)
*/
function _find_spell_checker() : ?string

