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
ForumBlockBase class core/modules/forum/src/Plugin/Block/ForumBlockBase.php Provides a base class for Forum blocks.
ForumBlockBase.php file core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::blockAccess function core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::blockForm function core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::blockSubmit function core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::build function core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::buildForumQuery function core/modules/forum/src/Plugin/Block/ForumBlockBase.php Builds the select query to use for this forum block.
ForumBlockBase::defaultConfiguration function core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::getCacheContexts function core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockBase::getCacheTags function core/modules/forum/src/Plugin/Block/ForumBlockBase.php
ForumBlockTest class core/modules/forum/tests/src/Functional/ForumBlockTest.php Tests the forum blocks.
ForumBlockTest.php file core/modules/forum/tests/src/Functional/ForumBlockTest.php
ForumBlockTest::$adminUser property core/modules/forum/tests/src/Functional/ForumBlockTest.php A user with various administrative privileges.
ForumBlockTest::$defaultTheme property core/modules/forum/tests/src/Functional/ForumBlockTest.php
ForumBlockTest::$modules property core/modules/forum/tests/src/Functional/ForumBlockTest.php Modules to enable.
ForumBlockTest::createForumTopics function core/modules/forum/tests/src/Functional/ForumBlockTest.php Creates a forum topic.
ForumBlockTest::setUp function core/modules/forum/tests/src/Functional/ForumBlockTest.php
ForumBlockTest::testActiveForumTopicsBlock function core/modules/forum/tests/src/Functional/ForumBlockTest.php Tests the "Active forum topics" block.
ForumBlockTest::testNewForumTopicsBlock function core/modules/forum/tests/src/Functional/ForumBlockTest.php Tests the "New forum topics" block.
ForumBreadcrumbBuilderBase class core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php Provides a forum breadcrumb base class.
ForumBreadcrumbBuilderBase.php file core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php
ForumBreadcrumbBuilderBase::$config property core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php Configuration object for this builder.
ForumBreadcrumbBuilderBase::$deprecatedProperties property core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php
ForumBreadcrumbBuilderBase::$entityTypeManager property core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php The entity type manager.
ForumBreadcrumbBuilderBase::$forumManager property core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php The forum manager service.
ForumBreadcrumbBuilderBase::$termStorage property core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php The taxonomy term storage.
ForumBreadcrumbBuilderBase::build function core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php
ForumBreadcrumbBuilderBase::__construct function core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php Constructs a forum breadcrumb builder object.
ForumBreadcrumbBuilderBaseTest class core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php @coversDefaultClass \Drupal\forum\Breadcrumb\ForumBreadcrumbBuilderBase[[api-linebreak]]
@group forum
ForumBreadcrumbBuilderBaseTest.php file core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php
ForumBreadcrumbBuilderBaseTest::setUp function core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php
ForumBreadcrumbBuilderBaseTest::testBuild function core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php Tests ForumBreadcrumbBuilderBase::build().
ForumBreadcrumbBuilderBaseTest::testConstructor function core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php Tests ForumBreadcrumbBuilderBase::__construct().
ForumController class core/modules/forum/src/Controller/ForumController.php Controller routines for forum routes.
ForumController.php file core/modules/forum/src/Controller/ForumController.php
ForumController::$commentEntityTypeDefinition property core/modules/forum/src/Controller/ForumController.php Comment entity type, we need to get cache tags from here.
ForumController::$fieldMap property core/modules/forum/src/Controller/ForumController.php Field map of existing fields on the site.
ForumController::$forumManager property core/modules/forum/src/Controller/ForumController.php Forum manager service.
ForumController::$nodeAccess property core/modules/forum/src/Controller/ForumController.php Node access control handler.
ForumController::$nodeEntityTypeDefinition property core/modules/forum/src/Controller/ForumController.php Node entity type, we need to get cache tags from here.
ForumController::$nodeTypeStorage property core/modules/forum/src/Controller/ForumController.php Node type storage handler.
ForumController::$renderer property core/modules/forum/src/Controller/ForumController.php The renderer.
ForumController::$termStorage property core/modules/forum/src/Controller/ForumController.php Term storage.
ForumController::$vocabularyStorage property core/modules/forum/src/Controller/ForumController.php Vocabulary storage.
ForumController::addContainer function core/modules/forum/src/Controller/ForumController.php Returns add container entity form.
ForumController::addForum function core/modules/forum/src/Controller/ForumController.php Returns add forum entity form.
ForumController::build function core/modules/forum/src/Controller/ForumController.php Returns a renderable forum index page array.
ForumController::buildActionLinks function core/modules/forum/src/Controller/ForumController.php Generates an action link to display at the top of the forum listing.
ForumController::create function core/modules/forum/src/Controller/ForumController.php
ForumController::forumIndex function core/modules/forum/src/Controller/ForumController.php Returns forum index page.

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