Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
form_test.module file core/modules/system/tests/modules/form_test/form_test.module Helper module for the form API tests.
form_test.permissions.yml file core/modules/system/tests/modules/form_test/form_test.permissions.yml core/modules/system/tests/modules/form_test/form_test.permissions.yml
form_test.routing.yml file core/modules/system/tests/modules/form_test/form_test.routing.yml core/modules/system/tests/modules/form_test/form_test.routing.yml
form_test.schema.yml file core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml
form_test.services.yml file core/modules/system/tests/modules/form_test/form_test.services.yml core/modules/system/tests/modules/form_test/form_test.services.yml
form_test_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_alter().
form_test_form_form_test_alter_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter().
form_test_form_form_test_vertical_tabs_access_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for form_test_vertical_tabs_access_form().
form_test_form_user_register_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for the registration form.
form_test_tableselect_ajax_callback function core/modules/system/tests/modules/form_test/form_test.module Ajax callback that returns the form element.
form_test_user_register_form_rebuild function core/modules/system/tests/modules/form_test/form_test.module Submit callback that just lets the form rebuild.
forum-list.html.twig file core/themes/olivero/templates/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/themes/stable/templates/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/themes/classy/templates/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/themes/stable9/templates/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/themes/seven/templates/classy/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/themes/claro/templates/classy/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/themes/bartik/templates/classy/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/modules/forum/templates/forum-list.html.twig Default theme implementation to display a list of forums and containers.
forum-submitted.html.twig file core/modules/forum/templates/forum-submitted.html.twig Default theme implementation for a forum post submission string.
forum-submitted.html.twig file core/themes/claro/templates/classy/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum-submitted.html.twig file core/themes/bartik/templates/classy/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum-submitted.html.twig file core/themes/stable9/templates/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum-submitted.html.twig file core/themes/seven/templates/classy/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum-submitted.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum-submitted.html.twig file core/themes/stable/templates/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum-submitted.html.twig file core/themes/classy/templates/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum.breadcrumb.listing service core/modules/forum/forum.services.yml Drupal\forum\Breadcrumb\ForumListingBreadcrumbBuilder
forum.css file core/themes/classy/css/components/forum.css Styling for the Forum module.
forum.css file core/themes/olivero/css/components/forum.css Forum specific styles.
forum.css file core/profiles/demo_umami/themes/umami/css/classy/components/forum.css Styling for the Forum module.
forum.css file core/themes/claro/css/classy/components/forum.css Styling for the Forum module.
forum.css file core/themes/bartik/css/components/forum.css Visual styles for forums in Bartik.
forum.css file core/themes/bartik/css/classy/components/forum.css Styling for the Forum module.
forum.css file core/themes/seven/css/classy/components/forum.css Styling for the Forum module.
forum.index_storage service core/modules/forum/forum.services.yml Drupal\forum\ForumIndexStorage
forum.install file core/modules/forum/forum.install Install, update, and uninstall functions for the Forum module.
forum.links.action.yml file core/modules/forum/forum.links.action.yml core/modules/forum/forum.links.action.yml
forum.links.menu.yml file core/modules/forum/forum.links.menu.yml core/modules/forum/forum.links.menu.yml
forum.links.task.yml file core/modules/forum/forum.links.task.yml core/modules/forum/forum.links.task.yml
forum.pcss.css file core/themes/olivero/css/components/forum.pcss.css Forum specific styles.
forum.permissions.yml file core/modules/forum/forum.permissions.yml core/modules/forum/forum.permissions.yml
forum.schema.yml file core/modules/forum/config/schema/forum.schema.yml core/modules/forum/config/schema/forum.schema.yml
forum.services.yml file core/modules/forum/forum.services.yml core/modules/forum/forum.services.yml
forum.settings.yml file core/modules/forum/config/install/forum.settings.yml core/modules/forum/config/install/forum.settings.yml
forum.starting.html.twig file core/modules/help_topics/help_topics/forum.starting.html.twig ---
label: 'Starting a forum discussion'
related:
- forum.concept
---
{% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %}
{% set index_link = render_var(help_route_link(index_link_text, 'forum.index'))…
forum.uninstall_validator service core/modules/forum/forum.services.yml Drupal\forum\ForumUninstallValidator
forum.views.inc file core/modules/forum/forum.views.inc Provide views data for forum.module.
ForumBlockBase class core/modules/forum/src/Plugin/Block/ForumBlockBase.php Provides a base class for Forum blocks.

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