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_blacklistCode
public function hasSettings() {
return $this->hasSettings;
}