public function SocialMediaLinksBlock::suggestionExists in Social Media Links Block and Field 8.2
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/ SocialMediaLinksBlock.php, line 419
Class
- SocialMediaLinksBlock
- Provides the Social Media Links Block.
Namespace
Drupal\social_media_links\Plugin\BlockCode
public function suggestionExists() {
return FALSE;
}