You are here

public function LazyPluginCollection::count in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Plugin/LazyPluginCollection.php \Drupal\Component\Plugin\LazyPluginCollection::count()

File

core/lib/Drupal/Component/Plugin/LazyPluginCollection.php, line 156

Class

LazyPluginCollection
Defines an object which stores multiple plugin instances to lazy load them.

Namespace

Drupal\Component\Plugin

Code

public function count() {
  return count($this->instanceIds);
}