Get or set configurable state
- True if Inputfield is configurable (default state).
- False if it is required that another field be used ($settingsField) to pull settings from.
- Note this is completely unrelated to the $configName property.
Usage
// basic usage
$bool = $inputfieldTinyMCE->configurable();
// usage with all arguments
$bool = $inputfieldTinyMCE->configurable(bool $set = null);
Arguments
Name | Type(s) | Description |
---|---|---|
set (optional) | bool |
Return value
bool
InputfieldTinyMCE methods and properties
API reference based on ProcessWire core version 3.0.236