You are here

public function ReferenceablePluginTypesEvent::getPluginTypes in Commerce Core 8.2

Gets the plugin types.

Return value

array The plugin types, in the id => label format.

File

src/Event/ReferenceablePluginTypesEvent.php, line 37

Class

ReferenceablePluginTypesEvent
Defines the referenceable plugin types event.

Namespace

Drupal\commerce\Event

Code

public function getPluginTypes() {
  return $this->pluginTypes;
}