Skip to content
Snippets Groups Projects

Issue #3392015: Add plugin manager interface inheritance

Merged Ide Braakman requested to merge issue/extra_field-3392015:3392015-add-plugin-manager into 3.0.x
3 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -8,7 +8,7 @@ use Drupal\Core\Entity\Display\EntityViewDisplayInterface;
/**
* Provides the Extra field Display plugin manager.
*/
interface ExtraFieldDisplayManagerInterface {
interface ExtraFieldDisplayManagerInterface extends ExtraFieldManagerBaseInterface {
/**
* Clears locally cached data.
Loading