You are here

public function ContentTypeInterface::shouldShowNext in Opigno group manager 8

Same name and namespace in other branches
  1. 3.x src/ContentTypeInterface.php \Drupal\opigno_group_manager\ContentTypeInterface::shouldShowNext()

Return TRUE if the page should show the "next" action button.

Even if the score does not permit the user to go next.

Returning TRUE will not automatically show the button. The button will show up only if this method returns TRUE and if there is a next step available and if the user is able to go to this next content.

Return value

bool Next.

1 call to ContentTypeInterface::shouldShowNext()
ContentTypeBase::shouldShowFinish in src/ContentTypeBase.php
Answer if the current page should show the "finish" button.

File

src/ContentTypeInterface.php, line 103

Class

ContentTypeInterface
Interface ContentTypeInterface.

Namespace

Drupal\opigno_group_manager

Code

public function shouldShowNext();