class StubEntityHandlerBase

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php \Drupal\Tests\Core\Entity\StubEntityHandlerBase

A stub base entity handler for testing purposes.

Hierarchy

Expanded class hierarchy of StubEntityHandlerBase

File

core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php, line 12

Namespace

Drupal\Tests\Core\Entity
View 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.