protected function EntityLegalDocumentUIController::operationCount in Entity Legal 7
Same name and namespace in other branches
- 7.2 entity_legal.entity_admin.inc \EntityLegalDocumentUIController::operationCount()
Returns the operation count for calculating colspans.
Overrides EntityDefaultUIController::operationCount
1 call to EntityLegalDocumentUIController::operationCount()
- EntityLegalDocumentUIController::overviewTableRow in ./entity_legal.entity_admin.inc 
- Generates the row for the passed entity and may be overridden in order to customize the rows.
File
- ./entity_legal.entity_admin.inc, line 30 
- Admin ui controllers for entity_legal entities.
Class
- EntityLegalDocumentUIController
- Legal Document entity ui controller.
Code
protected function operationCount() {
  return 4;
}