class StubEntityHandlerBase
A stub base entity handler for testing purposes.
Hierarchy
- class \Drupal\Core\Entity\EntityHandlerBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait
- class \Drupal\Tests\Core\Entity\StubEntityHandlerBase extends \Drupal\Core\Entity\EntityHandlerBase
Expanded class hierarchy of StubEntityHandlerBase
File
-
core/
tests/ Drupal/ Tests/ Core/ Entity/ StubEntityHandlerBase.php, line 12
Namespace
Drupal\Tests\Core\EntityView source
class StubEntityHandlerBase extends EntityHandlerBase {
/**
* {@inheritdoc}
*/
public $moduleHandler;
/**
* {@inheritdoc}
*/
public $stringTranslation;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.