You are here

public static function Flow::resetFlowCache in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 2.1.x src/Entity/Flow.php \Drupal\cms_content_sync\Entity\Flow::resetFlowCache()
2 calls to Flow::resetFlowCache()
ConfigSubscriber::deleteUnusedFlows in src/EventSubscriber/ConfigSubscriber.php
Delete unsed remote flows after config deletion.
SetFlowStatus::setStatus in src/Controller/SetFlowStatus.php
Set flow status.

File

src/Entity/Flow.php, line 580

Class

Flow
Defines the "Content Sync - Flow" entity.

Namespace

Drupal\cms_content_sync\Entity

Code

public static function resetFlowCache() {
  self::$all = null;
}