Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
forum_migrate_d7_taxonomy_vocabulary_prepare_row function core/modules/forum/forum.module Implements hook_migrate_MIGRATION_ID_prepare_row().
forum_migrate_prepare_row function core/modules/forum/forum.module Implements hook_migrate_prepare_row().
forum_migration_plugins_alter function core/modules/forum/forum.module Implements hook_migration_plugins_alter().
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_post_update_recreate_forum_index_rows function core/modules/forum/forum.post_update.php Repopulate the forum index table.
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_update_10100 function core/modules/forum/forum.install Remove the year 2038 date limitation.
forum_update_10101 function core/modules/forum/forum.install Repopulate the forum index table.
forum_update_10102 function core/modules/forum/forum.install Add a primary key to forum_index.
forum_uri function core/modules/forum/forum.module Entity URI callback used in forum_entity_bundle_info_alter().
forum_url_alter_test.info.yml file core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.info.yml core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.info.yml
forum_url_alter_test.path_processor service core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml Drupal\forum_url_alter_test\PathProcessorTest
forum_url_alter_test.services.yml file core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml core/modules/forum/tests/modules/forum_url_alter_test/forum_url_alter_test.services.yml
forum_views_data function core/modules/forum/forum.views.inc Implements hook_views_data().
fourcol_section.css file core/themes/stable9/layouts/layout_builder/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/FunctionalJavascript/FrameworkTest.php Tests the off-canvas dialog functionality.
FrameworkTest class core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Performs tests on AJAX framework functions.
FrameworkTest.php file core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest.php file core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php The theme to install as the default for testing.
FrameworkTest::$defaultTheme property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php The theme to install as the default for testing.
FrameworkTest::$modules property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Modules to install.
FrameworkTest::$modules property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Modules to install.
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/lib/Drupal/Component/FrontMatter/FrontMatter.php Component for parsing front matter from a source.
FrontMatter.php file core/lib/Drupal/Component/FrontMatter/FrontMatter.php
FrontMatter::$parsed property core/lib/Drupal/Component/FrontMatter/FrontMatter.php The parsed source.
FrontMatter::$serializer property core/lib/Drupal/Component/FrontMatter/FrontMatter.php A serializer.
FrontMatter::$source property core/lib/Drupal/Component/FrontMatter/FrontMatter.php The source.
FrontMatter::create function core/lib/Drupal/Component/FrontMatter/FrontMatter.php Creates a new FrontMatter instance.
FrontMatter::getContent function core/lib/Drupal/Component/FrontMatter/FrontMatter.php Retrieves the extracted source content.
FrontMatter::getData function core/lib/Drupal/Component/FrontMatter/FrontMatter.php Retrieves the extracted front matter data.

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