AttributeDiscoveryTestMissingTrait.php

Namespace

com\example\PluginNamespace

File

core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingTrait.php

View source
<?php

declare (strict_types=1);
namespace com\example\PluginNamespace;

use Drupal\a_module_that_does_not_exist\Plugin\CustomTrait;

/**
 * Provides a custom test plugin that uses a missing trait.
 */
class AttributeDiscoveryTestMissingTrait {
  use CustomTrait;

}

Classes

Title Deprecated Summary
AttributeDiscoveryTestMissingTrait Provides a custom test plugin that uses a missing trait.

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