You are here

public function ElementProcessorInterface::applies in Cookie Content Blocker 8

Declares if the route processor applies to the given element.

Parameters

array $element: The element to process.

Return value

bool TRUE if the check applies, FALSE otherwise.

1 method overrides ElementProcessorInterface::applies()
ElementProcessorBase::applies in src/ElementProcessor/ElementProcessorBase.php
Declares if the route processor applies to the given element.

File

src/ElementProcessorInterface.php, line 21

Class

ElementProcessorInterface
Interface ElementProcessorInterface.

Namespace

Drupal\cookie_content_blocker

Code

public function applies(array $element) : bool;