class TipsPluginCollection

A collection of tips.

Hierarchy

Expanded class hierarchy of TipsPluginCollection

1 file declares its use of TipsPluginCollection
Tour.php in core/modules/tour/src/Entity/Tour.php

File

core/modules/tour/src/TipsPluginCollection.php, line 10

Namespace

Drupal\tour
View source
class TipsPluginCollection extends DefaultLazyPluginCollection {
  
  /**
   * {@inheritdoc}
   */
  protected $pluginKey = 'plugin';
  
  /**
   * {@inheritdoc}
   *
   * @return \Drupal\tour\TipPluginInterface
   */
  public function &get($instance_id) {
    return parent::get($instance_id);
  }

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.