Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| forum.info.yml | file | core/ |
core/modules/forum/forum.info.yml |
| forum.install | file | core/ |
Install, update, and uninstall functions for the Forum module. |
| forum.links.action.yml | file | core/ |
core/modules/forum/forum.links.action.yml |
| forum.links.menu.yml | file | core/ |
core/modules/forum/forum.links.menu.yml |
| forum.links.task.yml | file | core/ |
core/modules/forum/forum.links.task.yml |
| forum.locking.html.twig | file | core/ |
--- label: 'Locking a forum topic' related: - forum.concept --- {% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %} {% set index_link = render_var(help_route_link(index_link_text, 'forum.index')) %} <h2>{%… |
| forum.migrate_drupal.yml | file | core/ |
core/modules/forum/migrations/state/forum.migrate_drupal.yml |
| forum.module | file | core/ |
Provides discussion forums. |
| forum.moving.html.twig | file | core/ |
--- label: 'Moving a topic to a new forum' 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.pcss.css | file | core/ |
Forum specific styles. |
| forum.permissions.yml | file | core/ |
core/modules/forum/forum.permissions.yml |
| forum.post_update.php | file | core/ |
Contains post update functions. |
| forum.routing.yml | file | core/ |
core/modules/forum/forum.routing.yml |
| forum.schema.yml | file | core/ |
core/modules/forum/config/schema/forum.schema.yml |
| forum.services.yml | file | core/ |
core/modules/forum/forum.services.yml |
| forum.settings.yml | file | core/ |
core/modules/forum/config/install/forum.settings.yml |
| forum.starting.html.twig | file | core/ |
--- 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/ |
Drupal\forum\ForumUninstallValidator |
| forum.views.inc | file | core/ |
Provide views data for forum.module. |
| ForumBlockBase | class | core/ |
Provides a base class for Forum blocks. |
| ForumBlockBase.php | file | core/ |
|
| ForumBlockBase::blockAccess | function | core/ |
Indicates whether the block should be shown. |
| ForumBlockBase::blockForm | function | core/ |
|
| ForumBlockBase::blockSubmit | function | core/ |
|
| ForumBlockBase::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| 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/ |
The theme to install as the default for testing. |
| 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::$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/ |
Builds the breadcrumb. |
| ForumBreadcrumbBuilderBase::__construct | function | core/ |
Constructs a forum breadcrumb builder object. |
| ForumBreadcrumbBuilderBaseTest | class | core/ |
@coversDefaultClass \Drupal\forum\Breadcrumb\ForumBreadcrumbBuilderBase[[api-linebreak]] @group forum @group legacy |
| ForumBreadcrumbBuilderBaseTest.php | file | core/ |
|
| ForumBreadcrumbBuilderBaseTest::setUp | function | core/ |
|
| ForumBreadcrumbBuilderBaseTest::testBuild | function | core/ |
Tests ForumBreadcrumbBuilderBase::build(). |
Pagination
- Previous page
- Page 736
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.