interface BundlePluginTestInterface in Entity API 8
Defines the interface for BundlePluginTest plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\entity\BundlePlugin\BundlePluginInterface
- interface \Drupal\entity_module_bundle_plugin_test\Plugin\BundlePluginTest\BundlePluginTestInterface
- interface \Drupal\entity\BundlePlugin\BundlePluginInterface
Expanded class hierarchy of BundlePluginTestInterface
All classes that implement BundlePluginTestInterface
1 file declares its use of BundlePluginTestInterface
- Second.php in tests/
modules/ entity_module_bundle_plugin_examples_test/ src/ Plugin/ BundlePluginTest/ Second.php
File
- tests/
modules/ entity_module_bundle_plugin_test/ src/ Plugin/ BundlePluginTest/ BundlePluginTestInterface.php, line 10
Namespace
Drupal\entity_module_bundle_plugin_test\Plugin\BundlePluginTestView source
interface BundlePluginTestInterface extends BundlePluginInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BundlePluginInterface:: |
public | function | Builds the field definitions for entities of this bundle. | 2 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |