sourcePluginCollection example


  protected $field_map = [];

  /** * {@inheritdoc} */
  public function getPluginCollections() {
    return [
      'source_configuration' => $this->sourcePluginCollection(),
    ];
  }

  /** * {@inheritdoc} */
  public function getDescription() {
    return $this->description;
  }

  /** * {@inheritdoc} */
Home | Imprint | This part of the site doesn't use cookies.