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