You are here

public function Blacklist::hasSettings in Block Blacklist [Deprecated] 8

Determine if there are any settings to adjust for.

File

src/Blacklist.php, line 71

Class

Blacklist
Service to remove blocks from a list.

Namespace

Drupal\block_blacklist

Code

public function hasSettings() {
  return $this->hasSettings;
}