Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
BundlePluginInterface
✓ use Contao\ManagerPlugin\Bundle\BundlePluginInterface;
Implement a bundle plugin for Contao Manager.
<?php
use Contao\ManagerPlugin\Bundle\BundlePluginInterface;
use Contao\ManagerPlugin\Bundle\Config\BundleConfig;
use Contao\ManagerPlugin\Bundle\Parser\ParserInterface;
class MyPlugin implements BundlePluginInterface
{
public function getBundles(ParserInterface $parser)
{
return [
BundleConfig::create('MyBundle')
];
}
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
2.13.5latest on Packagist
Audit
Dependencies
No dependency data recorded yet.