FieldLayoutProviderInterface ​
- Type
- Interface
- Namespace
- craft\base
- Extends
- craft\base\Grippable
- Implemented by
- craft\elements\GlobalSet, craft\models\CategoryGroup, craft\models\EntryType, craft\models\TagGroup, craft\models\Volume, craft\services\Addresses
- Since
- 4.5.0
FieldLayoutProviderInterface defines the common interface to be implemented by classes which provide a field layout.
Public Methods ​
Method | Description |
---|---|
getFieldLayout() | Returns the field layout defined by this component. |
getHandle() | Returns the handle of the component. |
getFieldLayout()
​
Returns the field layout defined by this component.