• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

heimrichhannot / contao-encore-bundle / 24667931129

20 Apr 2026 01:00PM UTC coverage: 73.04% (-0.8%) from 73.813%
24667931129

push

github

web-flow
Support contao twig slot layouts (#34)

112 of 150 new or added lines in 11 files covered. (74.67%)

7 existing lines in 2 files now uncovered.

531 of 727 relevant lines covered (73.04%)

2.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/ContaoManager/Plugin.php
1
<?php
2

3
/*
4
 * Copyright (c) 2023 Heimrich & Hannot GmbH
5
 *
6
 * @license LGPL-3.0-or-later
7
 */
8

9
namespace HeimrichHannot\EncoreBundle\ContaoManager;
10

11
use Contao\CoreBundle\ContaoCoreBundle;
12
use Contao\ManagerPlugin\Bundle\BundlePluginInterface;
13
use Contao\ManagerPlugin\Bundle\Config\BundleConfig;
14
use Contao\ManagerPlugin\Bundle\Parser\ParserInterface;
15
use Contao\ManagerPlugin\Config\ConfigPluginInterface;
16
use HeimrichHannot\EncoreBundle\HeimrichHannotEncoreBundle;
17
use Symfony\Component\Config\Loader\LoaderInterface;
18
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;
19

20
class Plugin implements BundlePluginInterface, ConfigPluginInterface
21
{
22
    public function getBundles(ParserInterface $parser): array
23
    {
24
        return [
×
25
            BundleConfig::create(WebpackEncoreBundle::class),
×
26
            BundleConfig::create(HeimrichHannotEncoreBundle::class)->setLoadAfter([ContaoCoreBundle::class]),
×
27
        ];
×
28
    }
29

30
    /**
31
     * Allows a plugin to load container configuration.
32
     */
33
    public function registerContainerConfiguration(LoaderInterface $loader, array $managerConfig): void
34
    {
35
        $loader->load('@HeimrichHannotEncoreBundle/config/config.yml');
×
NEW
36
        $loader->load('@HeimrichHannotEncoreBundle/config/services.php');
×
37
    }
38
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc