Search for _process_

  1. Search 7.x for _process_
  2. Search 8.9.x for _process_
  3. Search 10.3.x for _process_
  4. Search 11.x for _process_
  5. Search main for _process_
  6. Other projects
Title Object type File name Summary
EntityTypeManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the processDefinition() method.
EntityUser::processStubRow function core/modules/user/src/Plugin/migrate/destination/EntityUser.php Populates as much of the stub row as possible.
EntityViewsData::processViewsDataForEntityReference function core/modules/views/src/EntityViewsData.php Processes the views data for an entity reference field.
EntityViewsData::processViewsDataForLanguage function core/modules/views/src/EntityViewsData.php Processes the views data for a language field.
EntityViewsData::processViewsDataForTextLong function core/modules/views/src/EntityViewsData.php Processes the views data for a text field with formatting.
EntityViewsData::processViewsDataForUuid function core/modules/views/src/EntityViewsData.php Processes the views data for a UUID field.
FeedProcessorPluginTest class core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests the processor plugins functionality and discoverability.
FeedProcessorPluginTest.php file core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
FeedProcessorPluginTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php The theme to install as the default for testing.
FeedProcessorPluginTest::setUp function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
FeedProcessorPluginTest::testDelete function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests deleting functionality.
FeedProcessorPluginTest::testPostProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests post-processing functionality.
FeedProcessorPluginTest::testProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests processing functionality.
FieldBlock::formatterSettingsProcessCallback function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Render API callback: builds the formatter settings elements.
FieldDiscovery::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes to a migration.
FieldDiscovery::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for a bundle to a migration.
FieldDiscovery::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for an entity to a migration.
FieldDiscoveryInterface::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes to a migration.
FieldDiscoveryInterface::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for a bundle to a migration.
FieldDiscoveryInterface::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for an entity to a migration.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::testAddAllFieldProcesses function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the addAllFieldProcesses method.
FieldDiscoveryTest::testAddAllFieldProcesses function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the addAllFieldProcesses method.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldDiscoveryTestTrait::assertFieldProcessKeys function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
FieldItemList::processDefaultValue function core/lib/Drupal/Core/Field/FieldItemList.php Processes the default value before being applied.
FieldItemListInterface::processDefaultValue function core/lib/Drupal/Core/Field/FieldItemListInterface.php Processes the default value before being applied.
FieldPluginBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field bundle migrations.
FieldPluginBaseTest::$pathProcessor property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path processor.
FieldTypePluginManager::processDefinition function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Performs extra processing on plugin definitions.
File::processFile function core/lib/Drupal/Core/Render/Element/File.php Processes a file upload element, make use of #multiple if present.
FileCopyTest::providerFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testFileProcessBaseConstructor.
FileCopyTest::testFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests that the plugin constructor correctly sets the configuration.
FileField::defineValueProcessPipeline function core/modules/file/src/Plugin/migrate/field/d6/FileField.php Apply any custom processing to the field bundle migrations.
FileField::defineValueProcessPipeline function core/modules/file/src/Plugin/migrate/field/d7/FileField.php Apply any custom processing to the field bundle migrations.
FileFieldTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php @covers ::defineValueProcessPipeline[[api-linebreak]]
FileFieldTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php @covers ::defineValueProcessPipeline[[api-linebreak]]
FileProcessBase class core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php Provides functionality for file process plugins.
FileProcessBase.php file core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php
FileProcessBase::__construct function core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php Constructs a file process plugin.
FileUploadForm::processUploadElement function core/modules/media_library/src/Form/FileUploadForm.php Processes an upload (managed_file) element.
FileWidget::processMultiple function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form API callback: Processes a group of file_generic field elements.
FilterAPITest::testProcessedTextElement function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the 'processed_text' element.
FilterProcessResult class core/modules/filter/src/FilterProcessResult.php Used to return values from a text filter plugin's processing method.
FilterProcessResult.php file core/modules/filter/src/FilterProcessResult.php
FilterProcessResult::$processedText property core/modules/filter/src/FilterProcessResult.php The processed text.
FilterProcessResult::createPlaceholder function core/modules/filter/src/FilterProcessResult.php Creates a placeholder.
FilterProcessResult::getProcessedText function core/modules/filter/src/FilterProcessResult.php Gets the processed text.

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