function EntityDisplayRepository::clearDisplayModeInfo
Clears the gathered display mode info.
Return value
$this
Overrides EntityDisplayRepositoryInterface::clearDisplayModeInfo
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityDisplayRepository.php, line 241
Class
- EntityDisplayRepository
- Provides a repository for entity display objects (view modes and form modes).
Namespace
Drupal\Core\EntityCode
public function clearDisplayModeInfo() {
$this->displayModeInfo = [];
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.