Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ForumIndexStorage::read | function | core/ |
|
| ForumIndexStorage::update | function | core/ |
|
| ForumIndexStorage::updateIndex | function | core/ |
|
| ForumIndexStorage::__construct | function | core/ |
Constructs a ForumIndexStorage object. |
| ForumIndexStorageInterface | interface | core/ |
Handles CRUD operations to {forum_index} table. |
| ForumIndexStorageInterface.php | file | core/ |
|
| ForumIndexStorageInterface::create | function | core/ |
Creates a record in {forum} table for the given node. |
| ForumIndexStorageInterface::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
| ForumIndexStorageInterface::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
| ForumIndexStorageInterface::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
| ForumIndexStorageInterface::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
| ForumIndexStorageInterface::getOriginalTermId | function | core/ |
Returns the forum term id associated with an existing forum node. |
| ForumIndexStorageInterface::read | function | core/ |
Reads an array of {forum} records for the given revision ids. |
| ForumIndexStorageInterface::update | function | core/ |
Updates the {forum} table for the given node. |
| ForumIndexStorageInterface::updateIndex | function | core/ |
Updates the {forum_index} records for a given node. |
| ForumIndexTest | class | core/ |
Tests the forum index listing. |
| ForumIndexTest.php | file | core/ |
|
| ForumIndexTest::$defaultTheme | property | core/ |
|
| ForumIndexTest::$modules | property | core/ |
Modules to enable. |
| ForumIndexTest::setUp | function | core/ |
|
| ForumIndexTest::testForumIndexStatus | function | core/ |
Tests the forum index for published and unpublished nodes. |
| ForumIntegrationTest | class | core/ |
Tests the forum integration into views. |
| ForumIntegrationTest.php | file | core/ |
|
| ForumIntegrationTest::$defaultTheme | property | core/ |
|
| ForumIntegrationTest::$modules | property | core/ |
Modules to enable. |
| ForumIntegrationTest::$testViews | property | core/ |
Views used by this test. |
| ForumIntegrationTest::setUp | function | core/ |
|
| ForumIntegrationTest::testForumIntegration | function | core/ |
Tests the integration. |
| ForumLeafConstraint | class | core/ |
Checks that the node is assigned only a "leaf" term in the forum taxonomy. |
| ForumLeafConstraint.php | file | core/ |
|
| ForumLeafConstraint::$noLeafMessage | property | core/ |
|
| ForumLeafConstraint::$selectForum | property | core/ |
|
| ForumLeafConstraintValidator | class | core/ |
Validates the ForumLeaf constraint. |
| ForumLeafConstraintValidator.php | file | core/ |
|
| ForumLeafConstraintValidator::validate | function | core/ |
|
| ForumListingBreadcrumbBuilder | class | core/ |
Provides a breadcrumb builder base class for forum listing pages. |
| ForumListingBreadcrumbBuilder.php | file | core/ |
|
| ForumListingBreadcrumbBuilder::applies | function | core/ |
|
| ForumListingBreadcrumbBuilder::build | function | core/ |
|
| ForumListingBreadcrumbBuilderTest | class | core/ |
@coversDefaultClass \Drupal\forum\Breadcrumb\ForumListingBreadcrumbBuilder[[api-linebreak]] @group forum |
| ForumListingBreadcrumbBuilderTest.php | file | core/ |
|
| ForumListingBreadcrumbBuilderTest::providerTestApplies | function | core/ |
Provides test data for testApplies(). |
| ForumListingBreadcrumbBuilderTest::setUp | function | core/ |
|
| ForumListingBreadcrumbBuilderTest::testApplies | function | core/ |
Tests ForumListingBreadcrumbBuilder::applies(). |
| ForumListingBreadcrumbBuilderTest::testBuild | function | core/ |
Tests ForumListingBreadcrumbBuilder::build(). |
| ForumManager::$forumStatistics | property | core/ |
Array of forum statistics keyed by forum (term) id. |
| ForumManager::$history | property | core/ |
Array of history keyed by nid. |
| ForumManager::$lastPostData | property | core/ |
Array of last post information keyed by forum (term) id. |
| ForumManager::getForumStatistics | function | core/ |
Provides statistics for a forum. |
| ForumManager::getLastPost | function | core/ |
Provides the last post information for the given forum tid. |
Pagination
- Previous page
- Page 606
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.