DependentPluginInterface
interface DependentPluginInterface (View source)
Provides an interface for a plugin that has dependencies.
Methods
array
calculateDependencies()
Calculates dependencies for the configured plugin.
Details
array
calculateDependencies()
Calculates dependencies for the configured plugin.
Dependencies are saved in the plugin's configuration entity and are used to determine configuration synchronization order. For example, if the plugin integrates with specific user roles, this method should return an array of dependencies listing the specified roles.