public function EntityUsageEvent::getCount in Entity Usage 8
Same name and namespace in other branches
- 8.4 src/Events/EntityUsageEvent.php \Drupal\entity_usage\Events\EntityUsageEvent::getCount()
- 8.2 src/Events/EntityUsageEvent.php \Drupal\entity_usage\Events\EntityUsageEvent::getCount()
Gets the count.
Return value
int|null The number of references to add or remove or NULL.
File
- src/
Events/ EntityUsageEvent.php, line 195
Class
- EntityUsageEvent
- Implementation of Entity Usage events.
Namespace
Drupal\entity_usage\EventsCode
public function getCount() {
return $this->count;
}