13 string references to plugin.manager.condition in Drupal 10
- Block::conditionPluginManager in core/
modules/ block/ src/ Entity/ Block.php - Gets the condition plugin manager.
- BlockForm::create in core/
modules/ block/ src/ BlockForm.php - Instantiates a new instance of this class.
- ConditionTestDualUserTest::doTestDifferentUser in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ ConditionTestDualUserTest.php - Tests with each context mapped to different users.
- ConditionTestDualUserTest::doTestIdenticalUser in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ ConditionTestDualUserTest.php - Tests with both contexts mapped to the same user.
- CurrentThemeConditionTest::testCurrentTheme in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ CurrentThemeConditionTest.php - Tests the current theme condition.
- EntityBundleConditionTest::testConditions in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityBundleConditionTest.php - Tests conditions.
- LanguageConditionTest::setUp in core/
modules/ language/ tests/ src/ Kernel/ Condition/ LanguageConditionTest.php - OptionalContextConditionTest::testContextAvailable in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ OptionalContextConditionTest.php - Tests with both contexts mapped to the same user.
- OptionalContextConditionTest::testContextMissing in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ OptionalContextConditionTest.php - Tests with both contexts mapped to the same user.
- OptionalContextConditionTest::testContextNoValue in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ OptionalContextConditionTest.php - Tests with both contexts mapped to the same user.
- RequestPathTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ RequestPathTest.php - UserRoleConditionTest::setUp in core/
modules/ user/ tests/ src/ Kernel/ Condition/ UserRoleConditionTest.php - ViewsBlockTest::setUp in core/
modules/ views/ tests/ src/ Unit/ Plugin/ Block/ ViewsBlockTest.php