protected function CertificateEntityUIController::operationCount in Certificate 7.3
Same name and namespace in other branches
- 8.3 certificate.classes.inc \CertificateEntityUIController::operationCount()
Returns the operation count for calculating colspans.
Overrides EntityDefaultUIController::operationCount
File
- ./
certificate.classes.inc, line 16
Class
- CertificateEntityUIController
- Custom Entity admin
Code
protected function operationCount() {
return parent::operationCount() + 1;
}