InheritedContextDefinition.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Tests\Core\Plugin\FixturesFile
core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.phpView 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
Name | Description |
---|---|
InheritedContextDefinition | Inherited class used for testing. |