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
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.
DiskSpaceValidatorTest::testDiskSpaceValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Tests disk space validation during pre-apply.
DisplayPluginBase::applyDisplayCacheabilityMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Applies the cacheability of the current display to the given render array.
DuplicateConfigAction::apply function core/modules/config/tests/config_action_duplicate_test/src/Plugin/ConfigAction/DuplicateConfigAction.php Applies the config action.
EntityAdapter::applyDefaultValue function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Applies the default value.
EntityAdapterUnitTest::testApplyDefaultValue function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::applyDefaultValue
EntityClone::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityClone.php Applies the config action.
EntityCreate::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityCreate.php Applies the config action.
EntityDefinitionTestTrait::applyEntityUpdates function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Applies all the detected valid changes.
EntityMethod::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the config action.
EntityMethod::applyPluralized function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the action to entity treating the $values array as multiple calls.
EntityMethod::applySingle function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php Applies the action to entity treating the $values array a single call.
EntityRevisionParamConverterTest::testApplyingRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php @covers ::applies
EntityRevisionParamConverterTest::testNonApplyingRoute function core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php @covers ::applies
EnvironmentSupportValidatorTest::testInvalidUrlDuringPreApply function core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php Tests an invalid URL in the environment support variable during pre-apply.
EnvironmentSupportValidatorTest::testValidUrlDuringPreApply function core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php Tests that the validation message links to the provided URL during pre-apply.
FieldItemList::applyDefaultValue function core/lib/Drupal/Core/Field/FieldItemList.php Applies the default value.
GenericRecipeTestBase::doApply function core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php Applies the recipe under test.
HTMLRestrictions::applyOperation function core/modules/ckeditor5/src/HTMLRestrictions.php Applies an operation (difference/intersection/union) with wildcard support.
Image::apply function core/lib/Drupal/Core/Image/Image.php Applies a toolkit operation to the image.
ImageEffectInterface::applyEffect function core/modules/image/src/ImageEffectInterface.php Applies an image effect to the image object.
ImageInterface::apply function core/lib/Drupal/Core/Image/ImageInterface.php Applies a toolkit operation to the image.
ImageToolkitBase::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Applies a toolkit operation to an image.
ImageToolkitInterface::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Applies a toolkit operation to an image.
ImageToolkitOperationBase::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Applies a toolkit specific operation to an image.
ImageToolkitOperationInterface::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Applies a toolkit specific operation to an image.
LanguageItem::applyDefaultValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Applies the default value.
LibraryDiscoveryCollector::applyLibrariesExtend function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Applies the libraries-extend specified by the active theme.
LibraryDiscoveryParser::applyLibrariesMovedOverrides function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Apply overrides to files that have moved.
LibraryDiscoveryParser::applyLibrariesOverride function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Apply libraries overrides specified for the current active theme.
LockFileValidatorTest::testApplyWithNoChange function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests validation when the staged and active lock files are identical.
Map::applyDefaultValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Applies the default value.
MediaEmbed::applyPerEmbedMediaOverrides function core/modules/media/src/Plugin/Filter/MediaEmbed.php Applies attribute-based per-media embed overrides of media information.
MediaEmbedFilterTestBase::applyFilter function core/modules/media/tests/src/Kernel/MediaEmbedFilterTestBase.php Applies the `media_embed` filter to text, pipes to raw content.
MultisiteValidatorTest::testMultisiteDuringPreApply function core/modules/package_manager/tests/src/Kernel/MultisiteValidatorTest.php Tests that an error is flagged if run in a multisite during pre-apply.
NullTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Applies an image effect to the image object.
PermissionsPerBundle::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php Applies the config action.
PermissionsPerBundleTest::applyRecipeFromString function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Given a string of `recipe.yml` contents, applies it to the site.
PhpTufValidatorTest::testPluginRemovedFromStagePreApply function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage before applying it.
PlaceBlock::apply function core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php Applies the config action.
PostApplyEvent class core/modules/package_manager/src/Event/PostApplyEvent.php Event fired after staged changes are synced to the active directory.
PostApplyEvent.php file core/modules/package_manager/src/Event/PostApplyEvent.php

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