You are here

public function MediaLibraryState::getCacheTags in Drupal 9

The cache tags associated with this object.

When this object is modified, these cache tags will be invalidated.

Return value

string[] A set of cache tags.

Overrides CacheableDependencyInterface::getCacheTags

File

core/modules/media_library/src/MediaLibraryState.php, line 291

Class

MediaLibraryState
A value object for the media library state.

Namespace

Drupal\media_library

Code

public function getCacheTags() {
  return [];
}