public function EmailConfirmationInterface::getProperty in Email confirmer 8
Returns a property value or an array with all defined properties.
Parameters
string $key: Property key to get. Leave empty to get all defined properties.
Return value
mixed The value of the given key, NULL if none set. Array of all available properties if no key specified.
1 method overrides EmailConfirmationInterface::getProperty()
- EmailConfirmation::getProperty in src/
Entity/ EmailConfirmation.php - Returns a property value or an array with all defined properties.
File
- src/
EmailConfirmationInterface.php, line 249
Class
- EmailConfirmationInterface
- Email confirmation interface.
Namespace
Drupal\email_confirmerCode
public function getProperty($key);