public function PrivateMessageConfigFormPluginInterface::getName in Private Message 8.2
Return the name of the crm tester plugin.
Return value
string The name of the plugin.
1 method overrides PrivateMessageConfigFormPluginInterface::getName()
- PrivateMessageConfigFormBase::getName in src/
Plugin/ PrivateMessageConfigForm/ PrivateMessageConfigFormBase.php - Return the name of the crm tester plugin.
File
- src/
Plugin/ PrivateMessageConfigForm/ PrivateMessageConfigFormPluginInterface.php, line 20
Class
- PrivateMessageConfigFormPluginInterface
- Interface for PrivateMessageConfigForm plugins.
Namespace
Drupal\private_message\Plugin\PrivateMessageConfigFormCode
public function getName();