You are here

public function WarmerInterface::markAsEnqueued in Warmer 8

Same name and namespace in other branches
  1. 2.x src/Plugin/WarmerInterface.php \Drupal\warmer\Plugin\WarmerInterface::markAsEnqueued()

Marks a warmer as enqueued.

Return value

bool TRUE if the warmer is active. FALSE otherwise.

1 method overrides WarmerInterface::markAsEnqueued()
WarmerPluginBase::markAsEnqueued in src/Plugin/WarmerPluginBase.php
Marks a warmer as enqueued.

File

src/Plugin/WarmerInterface.php, line 72

Class

WarmerInterface

Namespace

Drupal\warmer\Plugin

Code

public function markAsEnqueued();