StubConfigEntity.php

Namespace

Drupal\Tests\Core\Config\Entity

File

core/tests/Drupal/Tests/Core/Config/Entity/StubConfigEntity.php

View source
<?php

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

use Drupal\Core\Config\Entity\ConfigEntityBase;

/**
 * A stub extending ConfigEntityBase for testing purposes.
 */
class StubConfigEntity extends ConfigEntityBase {

}

Classes

Title Deprecated Summary
StubConfigEntity A stub extending ConfigEntityBase for testing purposes.

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