MissingComponentInterface

Type
Interface
Namespace
craft\base
Implemented by
craft\fields\MissingField, craft\fs\MissingFs, craft\widgets\MissingWidget
Since
3.0.0

MissingComponentInterface defines the common interface for classes that represent a missing component class.

A class implementing this interface should also implement craft\base\ComponentInterface and yii\base\Arrayable (opens new window), and use craft\base\MissingComponentTrait.

View source (opens new window)