class TipsPluginCollection in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/tour/src/TipsPluginCollection.php \Drupal\tour\TipsPluginCollection
A collection of tips.
Hierarchy
- class \Drupal\Component\Plugin\LazyPluginCollection implements \Drupal\Component\Plugin\IteratorAggregate, \Drupal\Component\Plugin\Countable- class \Drupal\Core\Plugin\DefaultLazyPluginCollection uses DependencySerializationTrait- class \Drupal\tour\TipsPluginCollection
 
 
- class \Drupal\Core\Plugin\DefaultLazyPluginCollection uses DependencySerializationTrait
Expanded class hierarchy of TipsPluginCollection
1 file declares its use of TipsPluginCollection
- Tour.php in core/modules/ tour/ src/ Entity/ Tour.php 
- Contains \Drupal\tour\Entity\Tour.
File
- core/modules/ tour/ src/ TipsPluginCollection.php, line 15 
- Contains \Drupal\tour\TipsPluginCollection.
Namespace
Drupal\tourView source
class TipsPluginCollection extends DefaultLazyPluginCollection {
  /**
   * {@inheritdoc}
   */
  protected $pluginKey = 'plugin';
  /**
   * {@inheritdoc}
   *
   * @return \Drupal\tour\TipPluginInterface
   */
  public function &get($instance_id) {
    return parent::get($instance_id);
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| DefaultLazyPluginCollection:: | protected | property | The initial configuration for each plugin in the collection. | |
| DefaultLazyPluginCollection:: | protected | property | The manager used to instantiate the plugins. | |
| DefaultLazyPluginCollection:: | protected | property | The original order of the instances. | |
| DefaultLazyPluginCollection:: | public | function | Adds an instance ID to the available instance IDs. Overrides LazyPluginCollection:: | |
| DefaultLazyPluginCollection:: | public | function | Gets the current configuration of all plugins in this collection. Overrides LazyPluginCollection:: | 2 | 
| DefaultLazyPluginCollection:: | protected | function | Initializes and stores a plugin. Overrides LazyPluginCollection:: | 2 | 
| DefaultLazyPluginCollection:: | public | function | Removes an instance ID. Overrides LazyPluginCollection:: | |
| DefaultLazyPluginCollection:: | public | function | Sets the configuration for all plugins in this collection. Overrides LazyPluginCollection:: | |
| DefaultLazyPluginCollection:: | public | function | Updates the configuration for a plugin instance. | |
| DefaultLazyPluginCollection:: | public | function | Sorts all plugin instances in this collection. | 1 | 
| DefaultLazyPluginCollection:: | public | function | Provides uasort() callback to sort plugins. | 2 | 
| DefaultLazyPluginCollection:: | public | function | Constructs a new DefaultLazyPluginCollection object. | 1 | 
| DependencySerializationTrait:: | protected | property | An array of service IDs keyed by property name used for serialization. | |
| DependencySerializationTrait:: | public | function | 1 | |
| DependencySerializationTrait:: | public | function | 2 | |
| LazyPluginCollection:: | protected | property | Stores the IDs of all potential plugin instances. | |
| LazyPluginCollection:: | protected | property | Stores all instantiated plugins. | |
| LazyPluginCollection:: | public | function | Clears all instantiated plugins. | 1 | 
| LazyPluginCollection:: | public | function | ||
| LazyPluginCollection:: | public | function | Gets all instance IDs. | |
| LazyPluginCollection:: | public | function | ||
| LazyPluginCollection:: | public | function | Determines if a plugin instance exists. | |
| LazyPluginCollection:: | public | function | Removes an initialized plugin. | 1 | 
| LazyPluginCollection:: | public | function | Stores an initialized plugin. | |
| TipsPluginCollection:: | protected | property | The key within the plugin configuration that contains the plugin ID. Overrides DefaultLazyPluginCollection:: | |
| TipsPluginCollection:: | public | function | Overrides LazyPluginCollection:: | 
