class 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.