You are here

interface EntityExtenderInterface in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x src/EntityExtenderInterface.php \Drupal\rabbit_hole\EntityExtenderInterface

Defines an interface for entity extender service.

Hierarchy

Expanded class hierarchy of EntityExtenderInterface

All classes that implement EntityExtenderInterface

File

src/EntityExtenderInterface.php, line 8

Namespace

Drupal\rabbit_hole
View source
interface EntityExtenderInterface {

  /**
   * Get the extra fields that should be applied to all rabbit hole entities.
   */
  public function getGeneralExtraFields();

}

Members

Namesort descending Modifiers Type Description Overrides
EntityExtenderInterface::getGeneralExtraFields public function Get the extra fields that should be applied to all rabbit hole entities. 1