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
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 Instantiates a new instance of the implementing class using autowiring.
ForumController::forumIndex function core/modules/forum/src/Controller/ForumController.php Returns forum index page.
ForumController::forumPage function core/modules/forum/src/Controller/ForumController.php Returns forum page for a given forum.
ForumController::__construct function core/modules/forum/src/Controller/ForumController.php Constructs a ForumController object.
ForumForm class core/modules/forum/src/Form/ForumForm.php Base form for forum term edit forms.
ForumForm.php file core/modules/forum/src/Form/ForumForm.php
ForumForm::$forumFormType property core/modules/forum/src/Form/ForumForm.php Reusable type field to use in status messages.
ForumForm::$urlStub property core/modules/forum/src/Form/ForumForm.php Reusable URL stub to use in watchdog messages.
ForumForm::actions function core/modules/forum/src/Form/ForumForm.php Returns an array of supported actions for the current entity form.
ForumForm::buildEntity function core/modules/forum/src/Form/ForumForm.php Builds an updated entity object based upon the submitted form values.
ForumForm::form function core/modules/forum/src/Form/ForumForm.php Gets the actual form array to be built.
ForumForm::forumParentSelect function core/modules/forum/src/Form/ForumForm.php Returns a select box for available parent terms.
ForumForm::save function core/modules/forum/src/Form/ForumForm.php Form submission handler for the 'save' action.
ForumIndexStorage class core/modules/forum/src/ForumIndexStorage.php Handles CRUD operations to {forum_index} table.
ForumIndexStorage.php file core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorage::$database property core/modules/forum/src/ForumIndexStorage.php The active database connection.
ForumIndexStorage::create function core/modules/forum/src/ForumIndexStorage.php Creates a record in {forum} table for the given node.
ForumIndexStorage::createIndex function core/modules/forum/src/ForumIndexStorage.php Creates a {forum_index} entry for the given node.
ForumIndexStorage::delete function core/modules/forum/src/ForumIndexStorage.php Deletes the records in {forum} table for the given node.
ForumIndexStorage::deleteIndex function core/modules/forum/src/ForumIndexStorage.php Deletes the {forum_index} records for a given node.
ForumIndexStorage::deleteRevision function core/modules/forum/src/ForumIndexStorage.php Deletes the records in {forum} table for a given node revision.
ForumIndexStorage::getOriginalTermId function core/modules/forum/src/ForumIndexStorage.php Returns the forum term id associated with an existing forum node.
ForumIndexStorage::read function core/modules/forum/src/ForumIndexStorage.php Reads an array of {forum} records for the given revision ids.
ForumIndexStorage::update function core/modules/forum/src/ForumIndexStorage.php Updates the {forum} table for the given node.
ForumIndexStorage::updateIndex function core/modules/forum/src/ForumIndexStorage.php Updates the {forum_index} records for a given node.
ForumIndexStorage::__construct function core/modules/forum/src/ForumIndexStorage.php Constructs a ForumIndexStorage object.
ForumIndexStorageInterface interface core/modules/forum/src/ForumIndexStorageInterface.php Handles CRUD operations to {forum_index} table.
ForumIndexStorageInterface.php file core/modules/forum/src/ForumIndexStorageInterface.php
ForumIndexStorageInterface::create function core/modules/forum/src/ForumIndexStorageInterface.php Creates a record in {forum} table for the given node.
ForumIndexStorageInterface::createIndex function core/modules/forum/src/ForumIndexStorageInterface.php Creates a {forum_index} entry for the given node.
ForumIndexStorageInterface::delete function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for the given node.
ForumIndexStorageInterface::deleteIndex function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the {forum_index} records for a given node.
ForumIndexStorageInterface::deleteRevision function core/modules/forum/src/ForumIndexStorageInterface.php Deletes the records in {forum} table for a given node revision.
ForumIndexStorageInterface::getOriginalTermId function core/modules/forum/src/ForumIndexStorageInterface.php Returns the forum term id associated with an existing forum node.

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