Search for isApplying
- Search 7.x for isApplying
- Search 9.5.x for isApplying
- Search 8.9.x for isApplying
- Search 10.3.x for isApplying
- Search main for isApplying
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RecipeCommandTest::testIsApplyingDuringBatch | function | core/ |
Tests the isApplying flag when a recipe is applied via a batch. |
| RecipeIsApplyingTestHooks | class | core/ |
Hook implementations for recipe_is_applying_test. |
| RecipeIsApplyingTestHooks.php | file | core/ |
|
| RecipeIsApplyingTestHooks::entityTestInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for entity_test entities. |
| RecipeIsApplyingTestHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
| RecipeIsApplyingTestHooks::themesInstalled | function | core/ |
Implements hook_themes_installed(). |
| RecipeIsApplyingTestHooks::__construct | function | core/ |
|
| RecipeIsApplyingTestSubscriber | class | core/ |
Records the isApplying flag when recipe-provided configuration is saved. |
| RecipeIsApplyingTestSubscriber.php | file | core/ |
|
| RecipeIsApplyingTestSubscriber::getSubscribedEvents | function | core/ |
|
| RecipeIsApplyingTestSubscriber::onConfigSave | function | core/ |
Records the isApplying flag when the recipe's configuration is saved. |
| RecipeIsApplyingTestSubscriber::onRecipeApplied | function | core/ |
Records the isApplying flag when the recipe's applied event is triggered. |
| RecipeIsApplyingTestSubscriber::__construct | function | core/ |
|
| RecipeRunner::$isApplying | property | core/ |
Whether a recipe is currently being applied. |
| RecipeRunner::isApplying | function | core/ |
Determines whether a recipe is currently being applied. |
| RecipeRunner::tryToSetIsApplying | function | core/ |
Tries to set the isApplying flag to TRUE. |
| RecipeRunnerTest::$isApplyingDuringModulesInstalled | property | core/ |
The value of RecipeRunner::isApplying() during hook_modules_installed(). |
| RecipeRunnerTest::testIsApplying | function | core/ |
Tests the isApplying flag while a recipe is applied. |
| SandboxManagerBase::isApplying | function | core/ |
Checks if staged changes are being applied to the active directory. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.