protected function CertificateEntityUIController::operationCount in Certificate 8.3
Same name and namespace in other branches
- 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;
}