ComponentPlugin
in
A component plugin that can be used to create a component.
Tags
Table of Contents
Methods
- create() : T
- Creates the component that is provided by this plugin.
Methods
create()
Creates the component that is provided by this plugin.
public
create(Context $context) : T
Parameters
- $context : Context
-
context used for creation
Return values
T —created component