You are here

interface BundleInterface in Little helpers 7

Same name and namespace in other branches
  1. 7.2 src/Field/BundleInterface.php \Drupal\little_helpers\Field\BundleInterface

Hierarchy

Expanded class hierarchy of BundleInterface

All classes that implement BundleInterface

File

src/Field/BundleInterface.php, line 5

Namespace

Drupal\little_helpers\Field
View source
interface BundleInterface {
  public function getEntityType();
  public function getBundleName();

}

Members