You are here

public function PhpmailerOauth2PluginInterface::getId in PHPMailer SMTP 2.1.x

Retrieves the id of the PHPMailer OAuth2 plugin.

Return value

string The id of the plugin.

1 method overrides PhpmailerOauth2PluginInterface::getId()
PhpmailerOauth2PluginBase::getId in src/Plugin/PhpmailerOauth2/PhpmailerOauth2PluginBase.php
Retrieves the id of the PHPMailer OAuth2 plugin.

File

src/Plugin/PhpmailerOauth2/PhpmailerOauth2PluginInterface.php, line 29

Class

PhpmailerOauth2PluginInterface
Interface for PHPMailer Oauth2 plugins.

Namespace

Drupal\phpmailer_smtp\Plugin\PhpmailerOauth2

Code

public function getId();