Implements \Iterator::next().
File
- drupal/core/lib/Drupal/Component/Plugin/PluginBag.php, line 137
- Contains \Drupal\Component\Plugin\PluginBag.
Class
- PluginBag
- Defines an object which stores multiple plugin instances to lazy load them.
Namespace
Drupal\Component\Plugin
Code
public function next() {
next($this->instanceIDs);
}