entity

Getting all articles, ordered by title, with EntityFieldQuery

EntityFieldQuery is a class that can be used to... query entities... by field! And, other things too.

Today I needed to get a list of all nodes, of a certain type, ordered by title. One might go to the database for this, but I decided to do things the 'right' way, by leveraging the Drupal 7 entity system.

Subscribe to RSS - entity