You are here

protected property FilterNull::$logged in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Plugin/Filter/FilterNull.php \Drupal\filter\Plugin\Filter\FilterNull::logged

Tracks if an alert about this filter has been logged.

Type: bool

File

core/modules/filter/src/Plugin/Filter/FilterNull.php, line 34
Contains \Drupal\filter\Plugin\Filter\FilterNull.

Class

FilterNull
Provides a fallback placeholder filter to use for missing filters.

Namespace

Drupal\filter\Plugin\Filter

Code

protected $logged = FALSE;