Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StoreInterface.php

function StoreInterface::isLocked

Returns whether or not a lock exists.

Return value

bool true if lock exists, false otherwise

1 method overrides StoreInterface::isLocked()
Store::isLocked in vendor/symfony/http-kernel/HttpCache/Store.php
Returns whether or not a lock exists.

File

vendor/symfony/http-kernel/HttpCache/StoreInterface.php, line 66

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function isLocked(Request $request) : bool;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal