distill icon indicating copy to clipboard operation
distill copied to clipboard

Drupal module that provides an API so modules can easily extract and format data from Entity objects in an organized way.

Results 4 distill issues
Sort by recently updated
recently updated
newest added

Maybe is being caused by changes in Drupal core API. But I'm trying to extract the value of an image field in fashion identical to what is shown in the...

It would be useful to pass field settings when using `setAllFields`. The ability to exclude certain fields would also be handy as well.

enhancement

It could be handy to have a fluent interface for `setField`: ``` $distiller ->setField('title') ->setField('body', 'post') ->setField('field_image', 'image'); ```

enhancement

Cool idea! Distill seems to overlap with RESTful module: https://www.drupal.org/project/restful https://github.com/RESTful-Drupal/restful Have you talked at all the the author of RESTful @amitaibu?