public function ActionLinkHelper::__construct in Flag Lists 8
Same name and namespace in other branches
- 4.0.x src/Controller/ActionLinkHelper.php \Drupal\flag_lists\Controller\ActionLinkHelper::__construct()
Constructor.
Parameters
\Drupal\flag_lists\FlagListsServiceInterface $flag_lists: The flag lists service.
File
- src/
Controller/ ActionLinkHelper.php, line 29
Class
- ActionLinkHelper
- Helper class for ActionLink Controller.
Namespace
Drupal\flag_lists\ControllerCode
public function __construct(FlagListsServiceInterface $flag_lists) {
$this->flagListsService = $flag_lists;
}