Search for process

  1. Search 7.x for process
  2. Search 9.5.x for process
  3. Search 8.9.x for process
  4. Search 10.3.x for process
  5. Other projects
Title Object type File name Summary
EntityFile::processStubRow function core/modules/file/src/Plugin/migrate/destination/EntityFile.php Populates as much of the stub row as possible.
EntityForm::processForm function core/lib/Drupal/Core/Entity/EntityForm.php Process callback: assigns weights and hides extra fields.
EntityFormDisplay::processForm function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Process callback: assigns weights and hides extra fields.
EntityMethodDeriver::processMethod function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Processes a method to create derivatives.
EntityReferenceFieldItemList::processDefaultValue function core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php Processes the default value before being applied.
EntityReferenceItem::fieldSettingsAjaxProcess function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Render API callback: Processes the field settings form.
EntityReferenceItem::fieldSettingsAjaxProcessElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Adds the field settings to AJAX form elements.
EntityReferenceItem::formProcessMergeParent function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Render API callback that moves entity reference elements up a level.
EntityTypeManager::processDefinition function core/lib/Drupal/Core/Entity/EntityTypeManager.php Performs extra processing on plugin definitions.
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.
ExtensionDiscovery::process function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Processes the filtered and sorted list of extensions.
FieldBlock::formatterSettingsProcessCallback function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Render API callback: builds the formatter settings elements.
FieldConfigEditForm::processFieldStorageSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Process handler for subform submit.
FieldDiscovery::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php
FieldDiscovery::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php
FieldDiscovery::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php
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::assertFieldProcess function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
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.
FieldMigration::getProcess function core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Gets the normalized process plugin configuration.
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.
FieldStorageAddForm::processFieldDefinitions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Save field type definitions and categories in the form state.
FieldTypePluginManager::processDefinition function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Performs extra processing on plugin definitions.
field_ui_preprocess_form_element__new_storage_type function core/modules/field_ui/field_ui.module Implements hook_preprocess_HOOK().
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
FileFieldTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php @covers ::defineValueProcessPipeline
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.

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