public function ContactFormViewBuilder::resetCache in Contact Storage 8
Resets the entity render cache.
Parameters
\Drupal\Core\Entity\EntityInterface[] $entities: (optional) If specified, the cache is reset for the given entities only.
Overrides EntityViewBuilderInterface::resetCache
File
- src/
ContactFormViewBuilder.php, line 127
Class
- ContactFormViewBuilder
- Provides a contact form view builder.
Namespace
Drupal\contact_storageCode
public function resetCache(array $entities = NULL) {
// Intentionally empty.
}