MCPcopy Create free account
hub / github.com/Rello/analytics / getName

Method getName

lib/Datasource/Regex.php:35–38  ·  view source on GitHub ↗

* @return string Display Name of the data source */

()

Source from the content-addressed store, hash-verified

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

Callers 2

buildDatasourceIndexMethod · 0.45

Calls 1

tMethod · 0.45

Tested by

no test coverage detected