You are here

protected function CertificateEntityUIController::operationCount in Certificate 8.3

Same name and namespace in other branches
  1. 7.3 certificate.classes.inc \CertificateEntityUIController::operationCount()

File

./certificate.classes.inc, line 16

Class

CertificateEntityUIController
Custom Entity admin

Code

protected function operationCount() {
  return parent::operationCount() + 1;
}