PluginWithFormsInterface
interface PluginWithFormsInterface implements PluginInspectionInterface (View source)
Provides an interface for plugins which have forms.
Plugin forms are embeddable forms referenced by the plugin annotation. Used by plugin types which have a larger number of plugin-specific forms.
Methods
array
getPluginDefinition()
Gets the definition of the plugin implementation.
string|null
getFormClass(string $operation)
Gets the form class for the given operation.
bool
hasFormClass(string $operation)
Gets whether the plugin has a form class for the given operation.
Details
string
getPluginId()
Gets the plugin_id of the plugin instance.
array
getPluginDefinition()
Gets the definition of the plugin implementation.
string|null
getFormClass(string $operation)
Gets the form class for the given operation.
bool
hasFormClass(string $operation)
Gets whether the plugin has a form class for the given operation.