You are here

interface BundlePluginInterface in Commerce Core 8.2

Interface for plugins which act as entity bundles.

Note: This code has moved to Entity API, see the parent class.

Hierarchy

Expanded class hierarchy of BundlePluginInterface

All classes that implement BundlePluginInterface

Deprecated

in Commerce 2.0

File

src/BundlePluginInterface.php, line 16

Namespace

Drupal\commerce
View source
interface BundlePluginInterface extends BaseBundlePluginInterface {

}

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