Search for _process

  1. Search 7.x for _process
  2. Search 9.5.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
DefaultProcessor::setConfiguration function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Sets the configuration for this plugin instance.
DefaultProcessor::submitConfigurationForm function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Form submission handler.
DefaultProcessor::__construct function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Constructs a DefaultProcessor object.
DependencySerializationTraitPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php
DeprecatedClassesTest::testAliasPathProcessor function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\PathProcessor\AliasPathProcessor::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathProcessorAlias function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\PathProcessor\PathProcessorAlias::__construct[[api-linebreak]]
DrupalTranslator::processParameters function core/lib/Drupal/Core/Validation/DrupalTranslator.php Processes the parameters array for use with TranslatableMarkup.
drupal_process_states function core/includes/common.inc Adds JavaScript to change the state of an element based on another element.
EditorFileReference::process function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Performs the filter processing.
Email::defineValueProcessPipeline function core/modules/field/src/Plugin/migrate/field/Email.php Apply any custom processing to the field bundle migrations.
EntityAccessControlHandler::processAccessHookResults function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php We grant access to the entity if both of these conditions are met:
EntityAutocomplete::processEntityAutocomplete function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Adds entity autocomplete functionality to a form element.
EntityComment::processStubRow function core/modules/comment/src/Plugin/migrate/destination/EntityComment.php Populates as much of the stub row as possible.
EntityContentBase::processStubRow function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Populates as much of the stub row as possible.
EntityFieldRenderer::$processedRows property core/modules/views/src/Entity/Render/EntityFieldRenderer.php A list of indexes of rows whose fields have already been rendered.
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.
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 and allows access to
the form state.
EntityReferenceItem::fieldSettingsAjaxProcessElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Adds entity_reference specific properties to AJAX form elements from the
field settings form.
EntityReferenceItem::formProcessMergeParent function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Render API callback: Moves entity_reference specific Form API elements
(i.e. 'handler_settings') up a level for easier processing by the
validation and submission handlers.
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.
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 Test deleting functionality.
FeedProcessorPluginTest::testPostProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Test post-processing functionality.
FeedProcessorPluginTest::testProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Test 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.

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