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