BundleInterface.php in Little helpers 7
Same filename and directory in other branches
Namespace
Drupal\little_helpers\FieldFile
src/Field/BundleInterface.phpView source
<?php
namespace Drupal\little_helpers\Field;
interface BundleInterface {
public function getEntityType();
public function getBundleName();
}
Interfaces
Name![]() |
Description |
---|---|
BundleInterface |