Browse Source

can run drush cc all again

pull/695/head
willtp87 7 years ago committed by Jonathan Green
parent
commit
24eba868ed
  1. 4
      includes/object.entity_controller.inc

4
includes/object.entity_controller.inc

@ -31,7 +31,9 @@ class IslandoraObjectEntityController implements DrupalEntityControllerInterface
* @return array * @return array
* An array of loaded objects. * 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)) { if (!empty($conditions)) {
// TODO: Allow loading by specifying IDs in the condition. // TODO: Allow loading by specifying IDs in the condition.
throw new Exception('Conditions not implemented.'); throw new Exception('Conditions not implemented.');

Loading…
Cancel
Save