You are here

public function NoDependencyIterator::hasChildren in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 modules/deploy_auto_plan/plugins/iterator/deploy_auto_plan.NoDependencyIterator.class.php \NoDependencyIterator::hasChildren()

Returns TRUE if an iterator can be created for the current item in the entities array.

Return value

boolean

Overrides EntityDependencyIterator::hasChildren

File

modules/deploy_auto_plan/plugins/iterator/deploy_auto_plan.NoDependencyIterator.class.php, line 15
NoDependencyIterator plugin class definition.

Class

NoDependencyIterator
Iterator class for when there are no dependencies to iterate through.

Code

public function hasChildren() {
  return FALSE;
}