InheritedContextDefinition.php

Same filename in other branches
  1. 9 core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
  2. 10 core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
  3. 11.x core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php

Namespace

Drupal\Tests\Core\Plugin\Fixtures

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

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.