sammarks / ablecore

A library for Drupal developers.
MIT License
5 stars 4 forks source link

Create Entity::exists method. #28

Closed sammarks closed 9 years ago

sammarks commented 9 years ago

Since the load method for entities throws a warning when the entity does not exist, we need to implement a method to check to see if an entity exists before calling that method.