Add textAttribute() function for field type Text #349
gavinhewitt
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current function to retrieve text is
translateAttribute()
, which feels inefficient since it does a few translation things first and only when those fail $field->getValue() gets returned. A dedicated function is imho more natural.Beta Was this translation helpful? Give feedback.
All reactions