public function BlockedLibraryManagerInterface::addBlockedLibrary in Cookie Content Blocker 8
Add a library to the list of blocked libraries.
Parameters
string $library: The name of the library.
1 method overrides BlockedLibraryManagerInterface::addBlockedLibrary()
- BlockedLibraryManager::addBlockedLibrary in src/
BlockedLibraryManager.php - Add a library to the list of blocked libraries.
File
- src/
BlockedLibraryManagerInterface.php, line 18
Class
- BlockedLibraryManagerInterface
- Interface BlockedLibraryManagerInterface.
Namespace
Drupal\cookie_content_blockerCode
public function addBlockedLibrary(string $library) : void;