public function EntityLegalDocument::getNewUserPluginName in Entity Legal 8
Get the plugin name for the new user acceptance.
Return value
string
Overrides EntityLegalDocumentInterface::getNewUserPluginName
File
- src/
Entity/ EntityLegalDocument.php, line 85 - Contains \Drupal\entity_legal\Entity\EntityLegalDocument.
Class
- EntityLegalDocument
- Defines the 'entity_legal_document' config entity.
Namespace
Drupal\entity_legal\EntityCode
public function getNewUserPluginName() {
return $this
->get('new_user_plugin_name');
}