You are here

public function FormModeManagerInterface::getListCacheTags in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/FormModeManagerInterface.php \Drupal\form_mode_manager\FormModeManagerInterface::getListCacheTags()

The list cache tags associated with form display entities.

Enables code listing entities of this type to ensure that newly created entities show up immediately. This is wrapped by Form Mode Manager to, permit a more precise cache strategy and allow Form Mode Manager to, add her permissions tags.

Return value

string[] List of cache Tags to invalidate.

1 method overrides FormModeManagerInterface::getListCacheTags()
FormModeManager::getListCacheTags in src/FormModeManager.php
The list cache tags associated with form display entities.

File

src/FormModeManagerInterface.php, line 203

Class

FormModeManagerInterface
Interface FormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function getListCacheTags();