Help with getting things done and fixing problems.
Help with getting things done and fixing problems.
Posted 6 min 9 sec ago by (Egmund) in How-To and Troubleshooting
Posted 19 hours 3 min ago by (valderama) in Requests and Feedback
Posted 1 day 1 hour ago by (clarkac) in How-To and Troubleshooting
Recent comments
You could, however, write a views field handler that overrides the query() method with an empty method, and that retrieves the values from the config file within the render() method. It's would not...
Form building question
Views, in essence, as a wrapper around a database querying layer, combined with a display/templating layer. A views "field" is basically a reference to a query/display handler that adds joins,...
Form building question
It does look like a good module to port. In Backdrop it would depend on Entity Plus (not entity), since E+ provides metadata wrappers. It shouldn't be too difficult to port.
Entity Formatter - Code based entity templating