public function ConfigEntityRevisionsControllerInterface::__construct in Config Entity Revisions 8
Same name and namespace in other branches
- 8.2 src/ConfigEntityRevisionsControllerInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsControllerInterface::__construct()
- 1.x src/ConfigEntityRevisionsControllerInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsControllerInterface::__construct()
Constructs a ConfigEntityRevisionsController object.
Parameters
ContainerInterface $container: The container interface object.
DateFormatterInterface $date_formatter: The date formatter service.
RendererInterface $renderer: The renderer service.
ImmutableConfig $config: The configuration service.
DiffEntityComparison $entity_comparison: The diff entity comparison service.
EntityTypeManager $entity_type_manager: The entity type manager.
AccountProxyInterface $current_user: The current user.
Serializer $serialiser: The serialiser service.
Connection $connection: The database connection.
1 method overrides ConfigEntityRevisionsControllerInterface::__construct()
- ConfigEntityRevisionsControllerBase::__construct in src/
ConfigEntityRevisionsControllerBase.php - Constructs a ConfigEntityRevisionsController object.
File
- src/
ConfigEntityRevisionsControllerInterface.php, line 45
Class
- ConfigEntityRevisionsControllerInterface
- ConfigEntityRevisionsController interface.
Namespace
Drupal\config_entity_revisionsCode
public function __construct(ContainerInterface $container, DateFormatterInterface $date_formatter, RendererInterface $renderer, ImmutableConfig $config, DiffEntityComparison $entity_comparison, EntityTypeManager $entity_type_manager, AccountProxyInterface $current_user, Serializer $serialiser, Connection $connection);