From 24eba868ed0e5187bbc0f12f8194bcba1695b399 Mon Sep 17 00:00:00 2001 From: willtp87 Date: Thu, 16 Nov 2017 17:08:07 -0400 Subject: [PATCH] can run drush cc all again --- includes/object.entity_controller.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/object.entity_controller.inc b/includes/object.entity_controller.inc index a35d47f2..b1eec0ea 100644 --- a/includes/object.entity_controller.inc +++ b/includes/object.entity_controller.inc @@ -31,7 +31,9 @@ class IslandoraObjectEntityController implements DrupalEntityControllerInterface * @return array * An array of loaded objects. */ - public function load(array $ids = array(), array $conditions = array()) { + // @codingStandardsIgnoreStart + public function load($ids = array(), $conditions = array()) { + // @codingStandardsIgnoreEnd if (!empty($conditions)) { // TODO: Allow loading by specifying IDs in the condition. throw new Exception('Conditions not implemented.');