FeaturePluginCompatibility
in package
Enum class for feature plugin compatibility.
Table of Contents
- COMPATIBLE = 'compatible'
- Plugins are compatible by default with the feature.
- INCOMPATIBLE = 'incompatible'
- Plugins are incompatible by default with the feature.
- VALID_REGISTRATION_VALUES = array(self::COMPATIBLE, self::INCOMPATIBLE)
- Valid values for registration of feature compatibility.
Constants
COMPATIBLE
Plugins are compatible by default with the feature.
public
string
COMPATIBLE
= 'compatible'
INCOMPATIBLE
Plugins are incompatible by default with the feature.
public
string
INCOMPATIBLE
= 'incompatible'
VALID_REGISTRATION_VALUES
Valid values for registration of feature compatibility.
public
array<string|int, string>
VALID_REGISTRATION_VALUES
= array(self::COMPATIBLE, self::INCOMPATIBLE)
