Search for apply

  1. Search 7.x for apply
  2. Search 9.5.x for apply
  3. Search 8.9.x for apply
  4. Search 10.3.x for apply
  5. Other projects
Title Object type File name Summary
AccessPolicyProcessorTest::testAlterPermissionsNoApply function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that alters that do not apply are not processed.
AccessPolicyProcessorTest::testCalculatePermissionsNoApply function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that access policies that do not apply are not processed.
AddItemToToolbar::apply function core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php Applies the config action.
AddModeration::apply function core/modules/content_moderation/src/Plugin/ConfigAction/AddModeration.php Applies the config action.
AddToAllBundles::apply function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php Applies the config action.
AddToAllBundlesConfigActionTest::applyAction function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Applies a recipe with the addToAllBundles action.
AjaxTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Applies an image effect to the image object.
AllowedScaffoldPackagesValidatorTest::testPreApply function core/modules/package_manager/tests/src/Kernel/AllowedScaffoldPackagesValidatorTest.php Tests that the allowed-packages setting is validated during pre-apply.
ApiController::createAndApplyStage function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Creates a stage, requires packages into it, and applies the changes.
ApplyFailedException class core/modules/package_manager/src/Exception/ApplyFailedException.php Exception thrown if a stage encounters an error applying an update.
ApplyFailedException.php file core/modules/package_manager/src/Exception/ApplyFailedException.php
AuthenticationManager::applyFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether a provider is allowed on the given request.
AuthenticationManagerTest::testApplyFilterWithFilterProvider function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::applyFilter
BreadcrumbManagerTest::testBuildWithMultipleApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builder with different priority.
BreadcrumbManagerTest::testBuildWithOneNotApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builders of which one returns NULL.
BubbleableMetadata::applyTo function core/lib/Drupal/Core/Render/BubbleableMetadata.php Applies the values of this bubbleable metadata object to a render array.
BubbleableMetadataTest::providerTestApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testApplyTo().
BubbleableMetadataTest::testApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::applyTo
@dataProvider providerTestApplyTo
CacheableMetadata::applyTo function core/lib/Drupal/Core/Cache/CacheableMetadata.php Applies the values of this CacheableMetadata object to a render array.
ComposerPatchesValidatorTest::providerErrorDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Data provider for testErrorDuringPreApply() and testHelpLink().
ComposerPatchesValidatorTest::testErrorDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Tests the patcher's presence and configuration are validated on pre-apply.
ComposerPatchesValidatorTest::testErrorDuringPreApplyWithHelp function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Tests that validation errors can carry links to help.
ComposerPluginsValidatorTest::testInsecureConfigurationFailsValidationPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests `config.allow-plugins: true` fails validation during pre-apply.
ComposerPluginsValidatorTest::testValidationAfterTrustingDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests additional composer plugins can be trusted during pre-apply.
ComposerPluginsValidatorTest::testValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests composer plugins are validated during pre-apply.
ComposerValidatorTest::testComposerSettingsValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Tests that Composer's settings are validated during pre-apply.
ComputedItemListTrait::applyDefaultValue function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ConfigActionManager::applyAction function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Applies a config action.
ConfigActionPluginInterface::apply function core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php Applies the config action.
ConfigEntityAdapter::applyDefaultValue function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php Applies the default value.
ConfigEntityAdapterTest::testApplyDefaultValue function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::applyDefaultValue
ContextHandler::applyContextMapping function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Prepares a plugin for evaluation.
ContextHandlerInterface::applyContextMapping function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Prepares a plugin for evaluation.
ContextHandlerTest::testApplyContextMapping function core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMapping function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingAlreadyApplied function core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingConfigurableAssigned function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingConfigurableAssignedMiss function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingMissingNotRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingMissingRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingNoValueNonRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ContextHandlerTest::testApplyContextMappingNoValueRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping
ConvertImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php Applies an image effect to the image object.
CoreRecipesTest::providerApplyRecipe function core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php The data provider for apply recipe test.
CoreRecipesTest::testApplyRecipe function core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php Test the recipe apply.
CreatedItem::applyDefaultValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php Applies the default value.
CreateForEachBundle::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/CreateForEachBundle.php Applies the config action.
CropImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Applies an image effect to the image object.
DefaultLanguageItem::applyDefaultValue function core/modules/language/src/DefaultLanguageItem.php Applies the default value.
DesaturateImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php Applies an image effect to the image object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.