Home
last modified time | relevance | path

Searched refs:addConfig (Results 1 – 2 of 2) sorted by relevance

/plugin/googleconsentmananger/
Daction.php39 $this->addConfig( 'acceptBody' );
40 $this->addConfig( 'acceptButton' );
41 $this->addConfig( 'declineButton' );
42 $this->addConfig( 'policyButton' );
43 $this->addConfig( 'policyURL' );
44 $this->addConfig( 'acceptOnContinue' );
45 $this->addConfig( 'acceptOnScroll' );
46 $this->addConfig( 'acceptAnyClick' );
47 $this->addConfig( 'expireDays' );
48 $this->addConfig( 'renewOnVisit' );
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DConnection.php280 public function addConfig($key, $value) function in Elastica\\Connection