Structs§
Statics§
- PLUGIN_
CONTEXT - Static plugin context.
- PLUGIN_
DESCRIPTION - The description of the plugin (CARGO_PKG_DESCRIPTION).
- PLUGIN_
NAME - The name of the plugin (CARGO_PKG_NAME).
- PLUGIN_
VERSION - The version of the plugin (CARGO_PKG_VERSION).
Traits§
Functions§
- component_
manager - component_
provider_ registry - config_
manager - construct_
plugin - Constructs the plugin and initializes the plugin context.
- entity_
behaviour_ registry - entity_
component_ behaviour_ registry - entity_
instance_ manager - entity_
type_ manager - entity_
types_ provider_ registry - flow_
type_ manager - flow_
types_ provider_ registry - inject_
plugin_ context - Returns the static plugin context.
- inject_
plugin_ context_ checked - Returns the static plugin context if called after construct_plugin or an empty option if called before construct_plugin.
- relation_
behaviour_ registry - relation_
component_ behaviour_ registry - relation_
instance_ manager - relation_
type_ manager - relation_
types_ provider_ registry - web_
resource_ manager