You are here

protected function EntityWorkflowUIController::operationCount in Workflow 7.2

Returns the operation count for calculating colspans.

Overrides EntityDefaultUIController::operationCount

File

workflow_admin_ui/includes/Entity/EntityWorkflowUIController.php, line 69
Contains workflow_admin_ui\includes\Entity\EntityWorkflowUIController.

Class

EntityWorkflowUIController
@file Contains workflow_admin_ui\includes\Entity\EntityWorkflowUIController.

Code

protected function operationCount() {

  // Add more then enough colspan.
  return parent::operationCount() + 8;
}