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
TaggedHandlersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Finds services tagged with 'service_collector' or 'service_id_collector',
then finds all corresponding tagged services.
TaggedHandlersPass::processServiceCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector service pass.
TaggedHandlersPass::processServiceIdCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector ID service pass.
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers.
TaggedHandlersPassTest::testProcessChildDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests child handler with parent service.
TaggedHandlersPassTest::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.
TaggedHandlersPassTest::testProcessMissingInterface function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer with missing interface in non-production environment.
TaggedHandlersPassTest::testProcessNoConsumers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests without any consumers.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting.
TaggedHandlersPassTest::testProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with varying order of priority and extra parameters.
TaggedHandlersPassTest::testProcessWithExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters.
TaggedHandlersPassTest::testProcessWithIdAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with priority, id and extra parameters.
TaggedHandlersPassTest::testProcessWithIdParameter function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with an ID parameter.
TaggedHandlersPassTest::testServiceIdProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers with service ID collection.
TaggedHandlersPassTest::testServiceIdProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting for service ID collection.
TaxonomyTermReference::defineValueProcessPipeline function core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php Apply any custom processing to the field bundle migrations.
TaxonomyTermReferenceFieldTest::testDefineValueProcessPipeline function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php Tests define value process pipeline.
TaxonomyThemeHooks::preprocessTaxonomyTerm function core/modules/taxonomy/src/Hook/TaxonomyThemeHooks.php Prepares variables for taxonomy term templates.
template_preprocess function core/includes/theme.inc Adds a default set of helper variables for preprocessors and templates.
template_preprocess_admin_block_content function core/modules/system/system.module Prepares variables for administrative content block templates.
template_preprocess_admin_page function core/modules/system/system.module Prepares variables for administrative index page templates.
template_preprocess_authorize_report function core/includes/theme.inc Prepares variables for authorize.php operation report templates.
template_preprocess_block function core/modules/block/block.module Prepares variables for block templates.
template_preprocess_block_content_add_list function core/modules/block_content/block_content.module Prepares variables for a block type creation list templates.
template_preprocess_breadcrumb function core/includes/theme.inc Prepares variables for breadcrumb templates.
template_preprocess_checkboxes function core/includes/form.inc Prepares variables for checkboxes templates.
template_preprocess_comment function core/modules/comment/comment.module Prepares variables for comment templates.
template_preprocess_container function core/includes/theme.inc Prepares variables for container templates.
template_preprocess_datetime_form function core/includes/theme.inc Prepares variables for datetime form element templates.
template_preprocess_datetime_wrapper function core/includes/theme.inc Prepares variables for datetime form wrapper templates.
template_preprocess_details function core/includes/form.inc Prepares variables for details element templates.
template_preprocess_entity_add_list function core/modules/system/system.module Prepares variables for the list of available bundles.
template_preprocess_field function core/includes/theme.inc Prepares variables for field templates.
template_preprocess_fieldset function core/includes/form.inc Prepares variables for fieldset element templates.
template_preprocess_field_multiple_value_form function core/includes/theme.inc Prepares variables for individual form element templates.
template_preprocess_field_ui_table function core/modules/field_ui/field_ui.module Prepares variables for field UI overview table templates.
template_preprocess_file_link function core/modules/file/file.module Prepares variables for file link templates.
template_preprocess_file_managed_file function core/modules/file/file.module Prepares variables for file form widget templates.
template_preprocess_file_upload_help function core/modules/file/file.module Prepares variables for file upload help text templates.
template_preprocess_file_widget_multiple function core/modules/file/file.module Prepares variables for multi file form widget templates.
template_preprocess_filter_guidelines function core/modules/filter/filter.module Prepares variables for text format guideline templates.
template_preprocess_filter_tips function core/modules/filter/filter.module Prepares variables for filter tips templates.
template_preprocess_form function core/includes/form.inc Prepares variables for form templates.
template_preprocess_form_element function core/includes/form.inc Returns HTML for a form element.
template_preprocess_form_element_label function core/includes/form.inc Prepares variables for form label templates.
template_preprocess_html function core/includes/theme.inc Prepares variables for HTML document templates.

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