public function BlockedLibraryManagerInterface::hasBlockedLibraries in Cookie Content Blocker 8
Check whether there are any blocked libraries.
Return value
bool TRUE is there is at least one blocked library, FALSE otherwise.
1 method overrides BlockedLibraryManagerInterface::hasBlockedLibraries()
- BlockedLibraryManager::hasBlockedLibraries in src/
BlockedLibraryManager.php - Check whether there are any blocked libraries.
File
- src/
BlockedLibraryManagerInterface.php, line 34
Class
- BlockedLibraryManagerInterface
- Interface BlockedLibraryManagerInterface.
Namespace
Drupal\cookie_content_blockerCode
public function hasBlockedLibraries() : bool;