You are here

public function BlockListOverride::hasSettings in Block List Override 1.0.x

Determine if there are any settings to adjust for.

File

src/BlockListOverride.php, line 79

Class

BlockListOverride
Service to remove blocks from a list.

Namespace

Drupal\block_list_override

Code

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