Name of the entity class that is cleared, or empty if all are cleared.
Return value
string
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php, line 70
Class
- OnClearEventArgs
- Provides event arguments for the onClear event.
Namespace
Doctrine\Common\Persistence\Event
Code
public function getEntityClass() {
return $this->entityClass;
}