Drupal 8 has a built-in REST API that allows programmatical access to all the entities on a site. Similar functionality has been implemented for Drupal 7, in the RESTful Web Services (restws) module. In project I’m working on, in preparation for upgrading a site to Drupal 8, we were looking into options for creating “D8… Continue reading Creating Drupal 7 nodes with PHP via the restws API
Tag: Drupal
Filtering a Drupal 7 View based on a user profile field
The exact question answered here is “How do I filter a View based on the value of a taxonomy term reference field in the current user’s profile?” This is covered in quite a few places on the web, but I just wanted to create good step-by-step instructions on how to actually do it, in a… Continue reading Filtering a Drupal 7 View based on a user profile field