public function DataPolicyInterface::getName in Data Policy 8
Gets the Data policy name.
Return value
string Name of the Data policy.
1 method overrides DataPolicyInterface::getName()
- DataPolicy::getName in src/
Entity/ DataPolicy.php - Gets the Data policy name.
File
- src/
Entity/ DataPolicyInterface.php, line 23
Class
- DataPolicyInterface
- Provides an interface for defining Data policy entities.
Namespace
Drupal\data_policy\EntityCode
public function getName();