You are here

interface ExtraFieldManagerBaseInterface in Extra Field 8.2

Provides the Extra field plugin manager.

Hierarchy

Expanded class hierarchy of ExtraFieldManagerBaseInterface

All classes that implement ExtraFieldManagerBaseInterface

File

src/Plugin/ExtraFieldManagerBaseInterface.php, line 8

Namespace

Drupal\extra_field\Plugin
View source
interface ExtraFieldManagerBaseInterface {

  /**
   * Exposes the ExtraField plugins to hook_entity_extra_field_info().
   *
   * @return array
   *   The array structure is identical to that of the return value of
   *   \Drupal\Core\Entity\EntityFieldManagerInterface::getExtraFields().
   *
   * @see hook_entity_extra_field_info()
   */
  public function fieldInfo();

}

Members