Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ForumValidationTest::$modules property core/modules/forum/tests/src/Kernel/ForumValidationTest.php Modules to install.
ForumValidationTest::testValidation function core/modules/forum/tests/src/Kernel/ForumValidationTest.php Tests the forum validation constraints.
ForumVocabulary class core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php Checks if the vocabulary being migrated is the one used for forums.
ForumVocabulary.php file core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
ForumVocabulary::transform function core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
forum_comment_delete function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_delete() for comment entities.
forum_comment_insert function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_insert() for comment entities.
forum_comment_update function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_update() for comment entities.
forum_entity_bundle_field_info_alter function core/modules/forum/forum.module Implements hook_entity_bundle_field_info_alter().
forum_entity_bundle_info_alter function core/modules/forum/forum.module Implements hook_entity_bundle_info_alter().
forum_entity_type_build function core/modules/forum/forum.module Implements hook_entity_type_build().
forum_form_node_form_alter function core/modules/forum/forum.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
forum_form_taxonomy_term_form_alter function core/modules/forum/forum.module Implements hook_form_FORM_ID_alter() for \Drupal\taxonomy\TermForm.
forum_form_taxonomy_vocabulary_form_alter function core/modules/forum/forum.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\taxonomy\VocabularyForm.
forum_help function core/modules/forum/forum.module Implements hook_help().
forum_install function core/modules/forum/forum.install Implements hook_install().
forum_manager service core/modules/forum/forum.services.yml Drupal\forum\ForumManager
forum_node_insert function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_insert() for node entities.
forum_node_predelete function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_predelete() for node entities.
forum_node_presave function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_presave() for node entities.
forum_node_storage_load function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_storage_load() for node entities.
forum_node_update function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_update() for node entities.
forum_preprocess_block function core/modules/forum/forum.module Implements hook_preprocess_HOOK() for block templates.
forum_schema function core/modules/forum/forum.install Implements hook_schema().
forum_test_views.info.yml file core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml
forum_theme function core/modules/forum/forum.module Implements hook_theme().
forum_theme_suggestions_forums function core/modules/forum/forum.module Implements hook_theme_suggestions_HOOK().
forum_uninstall function core/modules/forum/forum.install Implements hook_uninstall().
forum_uri function core/modules/forum/forum.module Entity URI callback used in forum_entity_bundle_info_alter().
forum_views_data function core/modules/forum/forum.views.inc Implements hook_views_data().
fourcol_section.css file core/themes/stable/layouts/fourcol_section/fourcol_section.css /*
* @file
* Provides the layout styles for four-column layout section.
*/

.layout--fourcol-section {
display: flex;
flex-wrap: wrap;
}

.layout--fourcol-section > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em)…
fourcol_section.css file core/profiles/demo_umami/themes/umami/layouts/fourcol_section/fourcol_section.css /*
* @file
* Provides the layout styles for four-column layout section.
*/

.layout--fourcol-section {
display: flex;
flex-wrap: wrap;
}

.layout--fourcol-section > .layout__region {
flex: 0 1 100%;
}
/* Medium */
@media screen and…
fourcol_section.css file core/modules/layout_builder/layouts/fourcol_section/fourcol_section.css /*
* @file
* Provides the layout styles for four-column layout section.
*/

.layout--fourcol-section {
display: flex;
flex-wrap: wrap;
}

.layout--fourcol-section > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em)…
FrameworkTest class core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Performs tests on AJAX framework functions.
FrameworkTest class core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests the off-canvas dialog functionality.
FrameworkTest.php file core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest.php file core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest::$modules property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest::$modules property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::assertCommand function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Asserts the array of Ajax commands contains the searched command.
FrameworkTest::drupalGetAjax function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Requests a path or URL in drupal_ajax format and JSON-decodes the response.
FrameworkTest::testAJAXRender function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Verifies the Ajax rendering of a command in the settings.
FrameworkTest::testAJAXRenderError function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests the behavior of an error alert command.
FrameworkTest::testCurrentPathChange function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that overridden CSS files are not added during lazy load.
FrameworkTest::testOrder function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests AjaxResponse::prepare() AJAX commands ordering.
FrontMatter class core/modules/help_topics/src/FrontMatter.php Extracts Front Matter from the beginning of a source.

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