public function MenuBlock::suggestionExists in Menu Block 8
Checks for an existing theme hook suggestion.
Return value
bool Returns FALSE because there is no need of validation by unique value.
File
- src/
Plugin/ Block/ MenuBlock.php, line 386
Class
- MenuBlock
- Provides an extended Menu block.
Namespace
Drupal\menu_block\Plugin\BlockCode
public function suggestionExists() {
return FALSE;
}