AttributeDiscoveryTestMissingInterface.php

Namespace

com\example\PluginNamespace

File

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

View source
<?php

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

use Drupal\a_module_that_does_not_exist\Plugin\CustomInterface;

/**
 * Provides a custom test plugin that implements a missing interface.
 */
class AttributeDiscoveryTestMissingInterface implements CustomInterface {

}

Classes

Title Deprecated Summary
AttributeDiscoveryTestMissingInterface Provides a custom test plugin that implements a missing interface.

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