StubEntityHandlerBase.php

Same filename and directory in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php

Namespace

Drupal\Tests\Core\Entity

File

core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\Core\Entity;

use Drupal\Core\Entity\EntityHandlerBase;

/**
 * A stub base entity handler for testing purposes.
 */
class StubEntityHandlerBase extends EntityHandlerBase {
  
  /**
   * {@inheritdoc}
   */
  public $moduleHandler;
  
  /**
   * {@inheritdoc}
   */
  public $stringTranslation;

}

Classes

Title Deprecated Summary
StubEntityHandlerBase A stub base entity handler for testing purposes.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.