public function ConfigEntityRevisionsOverviewFormBaseInterface::__construct in Config Entity Revisions 1.x
Same name and namespace in other branches
- 8.2 src/ConfigEntityRevisionsOverviewFormBaseInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsOverviewFormBaseInterface::__construct()
- 8 src/ConfigEntityRevisionsOverviewFormBaseInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsOverviewFormBaseInterface::__construct()
Constructs a ConfigEntityRevisionsController object.
Parameters
DateFormatterInterface $date_formatter: The date formatter service.
RendererInterface $renderer: The renderer service.
ImmutableConfig $config: The configuration service.
ModuleHandler $module_handler: The module handler service.
EntityTypeManager $entity_type_manager: The entity type manager service.
DiffLayoutManager $diff_layout_manager: The diff layout manager service
LinkGenerator $link: The Link generator service.
1 method overrides ConfigEntityRevisionsOverviewFormBaseInterface::__construct()
- ConfigEntityRevisionsOverviewFormBase::__construct in src/
ConfigEntityRevisionsOverviewFormBase.php - Constructs a ConfigEntityRevisionsController object.
File
- src/
ConfigEntityRevisionsOverviewFormBaseInterface.php, line 41
Class
- ConfigEntityRevisionsOverviewFormBaseInterface
- Controller to make library functions available to various consumers.
Namespace
Drupal\config_entity_revisionsCode
public function __construct(DateFormatterInterface $date_formatter, RendererInterface $renderer, ImmutableConfig $config, ModuleHandler $module_handler, EntityTypeManager $entity_type_manager, DiffLayoutManager $diff_layout_manager, LinkGenerator $link);