You are here

public function BlockedLibraryManagerInterface::getBlockedLibraries in Cookie Content Blocker 8

Get a list of blocked libraries.

Return value

string[] The list of blocked libraries.

1 method overrides BlockedLibraryManagerInterface::getBlockedLibraries()
BlockedLibraryManager::getBlockedLibraries in src/BlockedLibraryManager.php
Get a list of blocked libraries.

File

src/BlockedLibraryManagerInterface.php, line 26

Class

BlockedLibraryManagerInterface
Interface BlockedLibraryManagerInterface.

Namespace

Drupal\cookie_content_blocker

Code

public function getBlockedLibraries() : array;