StubTrait.php

Namespace

Drupal\Component\Discovery

File

core/lib/Drupal/Component/Discovery/StubTrait.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Component\Discovery;


/**
 * Defines an empty trait that can stand in for a missing trait.
 *
 * @internal
 */
trait StubTrait {

}

Traits

Title Deprecated Summary
StubTrait Defines an empty trait that can stand in for a missing trait.

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