You are here

protected property RemoveXFrameOptionsSubscriber::$conditionManager in Allow site iframing 8

Same name and namespace in other branches
  1. 3.0.x src/EventSubscriber/RemoveXFrameOptionsSubscriber.php \Drupal\allow_iframed_site\EventSubscriber\RemoveXFrameOptionsSubscriber::conditionManager

Condition manager.

Type: \Drupal\Core\Executable\ExecutableManagerInterface

File

src/EventSubscriber/RemoveXFrameOptionsSubscriber.php, line 29

Class

RemoveXFrameOptionsSubscriber
An event subscriber to remove the X-Frame-Options header.

Namespace

Drupal\allow_iframed_site\EventSubscriber

Code

protected $conditionManager;