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. Search main for _process_
  6. Other projects
Title Object type File name Summary
InboundPathProcessorInterface interface core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php Defines an interface for classes that process the inbound path.
InboundPathProcessorInterface.php file core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php
InboundPathProcessorInterface::processInbound function core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php Processes the inbound path.
InlineBlock::processBlockForm function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Process callback to insert a Content Block form.
InlineFormErrorsThemeHooks::preprocessDatetimeWrapper function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for datetime form wrapper templates.
InlineFormErrorsThemeHooks::preprocessDetails function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for details element templates.
InlineFormErrorsThemeHooks::preprocessFieldset function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for fieldset element templates.
InlineFormErrorsThemeHooks::preprocessFormElement function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for form element templates.
InstallHelper::processArticle function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process article data into article node structure.
InstallHelper::processBannerBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process block_banner data into block_banner block structure.
InstallHelper::processContent function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process content into a structure that can be saved into Drupal.
InstallHelper::processDisclaimerBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process disclaimer_block data into disclaimer_block block structure.
InstallHelper::processFooterPromoBlock function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process footer_block data into footer_block block structure.
InstallHelper::processImage function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process images into media entities.
InstallHelper::processPage function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process pages data into page node structure.
InstallHelper::processRecipe function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process recipe data into recipe node structure.
InstallHelper::processTerm function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Process terms for a given vocabulary and filename.
JsDisplaceThemeHooks::preprocessHtml function core/modules/system/tests/modules/js_displace/src/Hook/JsDisplaceThemeHooks.php Implements hook_preprocess_HOOK().
JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure POSTing invalid data results in a 422 response, not a PHP error.
LanguageConfiguration::processLanguageConfiguration function core/modules/language/src/Element/LanguageConfiguration.php Process handler for the language_configuration form element.
LanguageNegotiationContentEntity::processOutbound function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Processes the outbound path.
LanguageNegotiationContentEntityTest::testProcessOutbound function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php Tests process outbound.
LanguageNegotiationSession::processOutbound function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Processes the outbound path.
LanguageNegotiationUrl::processInbound function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Processes the inbound path.
LanguageNegotiationUrl::processOutbound function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Processes the outbound path.
LanguageNegotiationUrlTest::testProcessOutboundOutputsRelativePathsForSameDomain function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Tests path outbound processing correctly setting relative/absolute paths.
LanguageNegotiationUserAdmin::$pathProcessorManager property core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php The path processor manager.
LanguageThemeHooks::preprocessBlock function core/modules/language/src/Hook/LanguageThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
LanguageThemeHooks::preprocessLanguageContentSettingsTable function core/modules/language/src/Hook/LanguageThemeHooks.php Prepares variables for language content settings table templates.
LanguageThemeHooks::preprocessLanguageNegotiationConfigureForm function core/modules/language/src/Hook/LanguageThemeHooks.php Prepares variables for language negotiation configuration form.
language_process_language_select function core/modules/language/language.module Processes a language select list form element.
LayoutBuilderThemeHooks::preprocessLanguageContentSettingsTable function core/modules/layout_builder/src/Hook/LayoutBuilderThemeHooks.php Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
LayoutDiscoveryThemeHooks::preprocessLayout function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Prepares variables for layout templates.
LayoutPluginManager::processDefinition function core/lib/Drupal/Core/Layout/LayoutPluginManager.php
LayoutPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests process definition.
LayoutPluginManagerTest::testProcessDefinitionWithMissingLayoutCategory function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests ::processDefinition() with a layout that doesn't have a category.
LayoutPluginManagerTest::testProcessDefinitionWithMissingLayoutLabel function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests ::processDefinition() with a layout that doesn't have a label.
LayoutTest::processCallback function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Provides a test #process callback.
LayoutTestThemeHooks::templatePreprocessLayoutTest2col function core/modules/system/tests/modules/layout_test/src/Hook/LayoutTestThemeHooks.php Implements hook_preprocess_HOOK() for layout templates.
LinkField::defineValueProcessPipeline function core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Apply any custom processing to the field bundle migrations.
LinkFieldTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php Tests define value process pipeline.
LinksetController::processCustomLinkAttributes function core/modules/system/src/Controller/LinksetController.php Process custom link parameters.
LinkThemeHooks::preprocessLinkFormatterLinkSeparate function core/modules/link/src/Hook/LinkThemeHooks.php Prepares variables for separated link field templates.
ListStringItem::processAllowedValuesKey function core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php Sets the machine name source to be the label.
LocaleConfigManager::processTranslatableData function core/modules/locale/src/LocaleConfigManager.php Process the translatable data array with a given language.
LocaleConfigSubscriber::processTranslatableData function core/modules/locale/src/LocaleConfigSubscriber.php Process the translatable data array with a given language.
LocaleThemeHooks::preprocessLocaleTranslationLastCheck function core/modules/locale/src/Hook/LocaleThemeHooks.php Prepares variables for most recent translation update templates.
LocaleThemeHooks::preprocessLocaleTranslationUpdateInfo function core/modules/locale/src/Hook/LocaleThemeHooks.php Prepares variables for translation status information templates.
LocaleThemeHooks::preprocessNode function core/modules/locale/src/Hook/LocaleThemeHooks.php Implements hook_preprocess_HOOK() for node templates.
LocaleTranslation::processItem function core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php The translation update functions executed here are batch operations which
are also used in translation update batches. The batch functions may need
to be executed multiple times to complete their task, typically this is the
translation import…

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