You are here

interface BundlePluginTestInterface in Entity API 8

Defines the interface for BundlePluginTest plugins.

Hierarchy

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\BundlePluginTest
View source
interface BundlePluginTestInterface extends BundlePluginInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
BundlePluginInterface::buildFieldDefinitions public function Builds the field definitions for entities of this bundle. 2
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2