You are here

InheritedContextDefinition.php in Drupal 10

File

core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
View source
<?php

namespace Drupal\Tests\Core\Plugin\Fixtures;

use Drupal\Core\Plugin\Context\ContextDefinition;

/**
 * Inherited class used for testing.
 *
 * @see \Drupal\Tests\Core\Plugin\Context\ContextDefinitionIsSatisfiedTest
 */
class InheritedContextDefinition extends ContextDefinition {

}

Classes

Namesort descending Description
InheritedContextDefinition Inherited class used for testing.