InheritedContextDefinition.php
Same filename in other branches
Namespace
Drupal\Tests\Core\Plugin\FixturesFile
-
core/
tests/ Drupal/ Tests/ Core/ Plugin/ Fixtures/ InheritedContextDefinition.php
View source
<?php
declare (strict_types=1);
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
Title | Deprecated | Summary |
---|---|---|
InheritedContextDefinition | Inherited class used for testing. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.