Skip to content
Snippets Groups Projects
Commit bc23900a authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3502126 by jurgenhaas: ECA Config: new condition whether config...

Issue #3502126 by jurgenhaas: ECA Config: new condition whether config installer is in syncing state
parent 2d3d5216
No related branches found
No related tags found
No related merge requests found
Pipeline #406895 passed with warnings
......@@ -2,7 +2,7 @@
namespace Drupal\eca_config\Plugin\ECA\Condition;
use Drupal\Core\Config\ConfigInstaller;
use Drupal\Core\Config\ConfigInstallerInterface;
use Drupal\eca\Plugin\ECA\Condition\ConditionBase;
use Symfony\Component\DependencyInjection\ContainerInterface;
......@@ -21,9 +21,9 @@ class ConfigInstallerSyncMode extends ConditionBase {
/**
* The config installer.
*
* @var \Drupal\Core\Config\ConfigInstaller
* @var \Drupal\Core\Config\ConfigInstallerInterface
*/
protected ConfigInstaller $configInstaller;
protected ConfigInstallerInterface $configInstaller;
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment