You are here

BundleInterface.php in Little helpers 7

Same filename and directory in other branches
  1. 7.2 src/Field/BundleInterface.php

File

src/Field/BundleInterface.php
View source
<?php

namespace Drupal\little_helpers\Field;

interface BundleInterface {
  public function getEntityType();
  public function getBundleName();

}

Interfaces

Namesort descending Description
BundleInterface