public function ShareMessageInterface::getPluginDefinition in Share Message 8
Gets the definition of the plugin implementation.
Return value
array The plugin definition, as returned by the discovery object used by the plugin manager.
1 method overrides ShareMessageInterface::getPluginDefinition()
- ShareMessage::getPluginDefinition in src/
Entity/ ShareMessage.php - Gets the definition of the plugin implementation.
File
- src/
ShareMessageInterface.php, line 73
Class
- ShareMessageInterface
- Define interface for ShareMessage entity.
Namespace
Drupal\sharemessageCode
public function getPluginDefinition();