You are here

interface TypedDataCacheableDependencyInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php \Drupal\Tests\Core\Plugin\Context\TypedDataCacheableDependencyInterface
  2. 9 core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php \Drupal\Tests\Core\Plugin\Context\TypedDataCacheableDependencyInterface

Test interface used for mocking.

Hierarchy

Expanded class hierarchy of TypedDataCacheableDependencyInterface

All classes that implement TypedDataCacheableDependencyInterface

File

core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php, line 172
Contains \Drupal\Tests\Core\Plugin\Context\ContextTest.

Namespace

Drupal\Tests\Core\Plugin\Context
View source
interface TypedDataCacheableDependencyInterface extends CacheableDependencyInterface, TypedDataInterface {

}

Members