| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function __construct(ContentEntityTypeInterface $entityType, |
||
| 13 | EntityManagerInterface $entityManager, |
||
| 14 | CacheBackendInterface $cacheBackend) { |
||
| 15 | $databaseFactory = \Drupal::service('mongodb.database_factory'); |
||
| 16 | parent::__construct($entityType, $entityManager, $cacheBackend, $databaseFactory); |
||
| 17 | } |
||
| 18 | |||
| 24 |