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 11.x for _process_
  6. Other projects
Title Object type File name Summary
PreprocessHooks::statusMessages function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for status_messages.
PreprocessHooks::systemThemesPage function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for system_themes_page.
PreprocessHooks::table function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for table.
PreprocessHooks::textFormatWrapper function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for text_format_wrapper.
PreprocessHooks::toolbar function core/themes/admin/src/Hook/PreprocessHooks.php Implements toolbar preprocess.
PreprocessHooks::toolbarUserPicture function core/themes/admin/src/Hook/PreprocessHooks.php Lazy builder callback for the user picture.
PreprocessHooks::topBar function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for top_bar.
PreprocessHooks::trustedCallbacks function core/themes/admin/src/Hook/PreprocessHooks.php Lists the trusted callbacks provided by the implementing class.
PreprocessHooks::trustedCallbacks function core/themes/default_admin/src/Hook/PreprocessHooks.php
PreprocessHooks::viewsExposedForm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for views_exposed_form.
PreprocessHooks::viewsUiDisplayTabBucket function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for views_ui_display_tab_bucket.
PreprocessHooks::viewsUiRearrangeFilterForm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_form_FORM_ID_alter() for Views UI rearrange filter form.
PreprocessHooks::viewsViewFieldsMediaLibrary function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_views_view_fields().
PreprocessHooks::viewsViewTable function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for views_view_table.
PreprocessHooks::__construct function core/themes/admin/src/Hook/PreprocessHooks.php Constructs the theme related hooks.
PreprocessHooks::__construct function core/themes/default_admin/src/Hook/PreprocessHooks.php Constructs the theme related hooks.
PreprocessPagerTest class core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests pager preprocessing.
PreprocessPagerTest.php file core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
PreprocessPagerTest::$pagerPreprocess property core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Pager preprocess instance.
PreprocessPagerTest::setUp function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php
PreprocessPagerTest::testEmptyPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when an empty #pagination_heading_level value is passed.
PreprocessPagerTest::testPagerModalAttributes function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests pager links get modal attributes when request is in a modal.
PreprocessPagerTest::testPaginationHeadingLevelInvalid function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Test with an invalid #pagination_heading_level.
PreprocessPagerTest::testPaginationHeadingLevelNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when no #pagination_heading_level is passed.
PreprocessPagerTest::testPaginationHeadingLevelSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when a #pagination_heading_level value is passed.
PreprocessPagerTest::testQuantityNotSet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when an empty #quantity is passed.
PreprocessPagerTest::testQuantitySet function core/modules/system/tests/src/Unit/Pager/PreprocessPagerTest.php Tests when a #quantity value is passed.
ProjectInfo::processInfoList function core/lib/Drupal/Core/Utility/ProjectInfo.php Populates an array of project data.
QueueWorkerInterface::processItem function core/lib/Drupal/Core/Queue/QueueWorkerInterface.php Works on a single queue item.
QueueWorkerManager::processDefinition function core/lib/Drupal/Core/Queue/QueueWorkerManager.php
Radios::processRadios function core/lib/Drupal/Core/Render/Element/Radios.php Expands a radios element into individual radio elements.
RecipeRunner::processConfiguration function core/lib/Drupal/Core/Recipe/RecipeRunner.php Creates configuration and applies configuration actions.
RecipeRunner::processContent function core/lib/Drupal/Core/Recipe/RecipeRunner.php Creates content contained in a recipe.
RecipeRunner::processInstall function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs the extensions.
RecipeRunner::processRecipe function core/lib/Drupal/Core/Recipe/RecipeRunner.php
RecipeRunner::processRecipes function core/lib/Drupal/Core/Recipe/RecipeRunner.php Applies any recipes listed by the recipe.
ReferenceBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php Apply any custom processing to the field bundle migrations.
Registry::$preprocessForSuggestions property core/lib/Drupal/Core/Theme/Registry.php Preprocess suggestions discovered in modules.
Registry::getPreprocessForSuggestions function core/lib/Drupal/Core/Theme/Registry.php Returns discovered preprocess suggestions.
Registry::mergePreprocessFunctions function core/lib/Drupal/Core/Theme/Registry.php Merges the source hook's preprocess functions into the destination hook's.
Registry::postProcessExtension function core/lib/Drupal/Core/Theme/Registry.php Completes the theme registry adding discovered functions and hooks.
Registry::PREPROCESS_INVOKES constant core/lib/Drupal/Core/Theme/Registry.php A common key for storing preprocess invoke locations for modules.
Registry::processExtension function core/lib/Drupal/Core/Theme/Registry.php Process a single implementation of hook_theme().
RegistryTest::providerTestPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Provides test data to ::testPostProcessExtension().
RegistryTest::testPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Tests post process extension.
RegistryTest::testSuggestionPreprocessFunctions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the theme registry with suggestions.
RenderElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Form element processing handler for the #ajax form property.
RenderElement::processGroup function core/lib/Drupal/Core/Render/Element/RenderElement.php Arranges elements into groups.
RenderElementBase::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Form element processing handler for the #ajax form property.
RenderElementBase::processGroup function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Arranges elements into groups.

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