function Email::getCastedValue
Same name and namespace in other branches
- main core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php \Drupal\Core\TypedData\Plugin\DataType\Email::getCastedValue()
Attributes
Overrides StringData::getCastedValue
File
-
core/
lib/ Drupal/ Core/ TypedData/ Plugin/ DataType/ Email.php, line 25
Class
- The Email data type.
Namespace
Drupal\Core\TypedData\Plugin\DataTypeCode
public function getCastedValue() {
return parent::getCastedValue();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.