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
PreprocessHooks::preprocessPage function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for page.
PreprocessHooks::preprocessPageNodeRevisions function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for page__node__revisions.
PreprocessHooks::preprocessPageTitle function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for page_title.
PreprocessHooks::preprocessSelect function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for select.
PreprocessHooks::preprocessStatusMessages function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for status_messages.
PreprocessHooks::preprocessSystemThemesPage function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for system_themes_page.
PreprocessHooks::preprocessTable function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for table.
PreprocessHooks::preprocessTextFormatWrapper function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for text_format_wrapper.
PreprocessHooks::preprocessToolbar function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements toolbar preprocess.
PreprocessHooks::preprocessToolbarUserPicture function core/themes/default_admin/src/Hook/PreprocessHooks.php Lazy builder callback for the user picture.
PreprocessHooks::preprocessTopBar function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for top_bar.
PreprocessHooks::preprocessViewsExposedForm function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for views_exposed_form.
PreprocessHooks::preprocessViewsUiDisplayTabBucket function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for views_ui_display_tab_bucket.
PreprocessHooks::preprocessViewsUiRearrangeFilterForm function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_form_FORM_ID_alter() for Views UI rearrange filter form.
PreprocessHooks::preprocessViewsViewFieldsMediaLibrary function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_views_view_fields().
PreprocessHooks::preprocessViewsViewTable function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for views_view_table.
PreprocessHooks::select function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for select.
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 Lists the trusted callbacks provided by the implementing class.
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.
procedural_hook_theme_preprocess_node function core/modules/system/tests/themes/HookCollector/procedural_hook_theme/procedural_hook_theme.theme Implements hook_preprocess_HOOK().
procedural_hook_theme_preprocess_node__article function core/modules/system/tests/themes/HookCollector/procedural_hook_theme/procedural_hook_theme.theme Implements hook_preprocess_HOOK().
ProcessedText class core/modules/filter/src/Element/ProcessedText.php Provides a processed text render element.
ProcessedText.php file core/modules/filter/src/Element/ProcessedText.php
ProcessedText::configFactory function core/modules/filter/src/Element/ProcessedText.php Wraps the config factory.
ProcessedText::getInfo function core/modules/filter/src/Element/ProcessedText.php Returns the element properties for this element.

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