* @return string Display Name of the data source */
()
| 33 | * @return string Display Name of the data source |
| 34 | */ |
| 35 | public function getName(): string |
| 36 | { |
| 37 | return $this->l10n->t('HTML grabber'); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * @return int digit unique data source id |
no test coverage detected