public EntityFieldManagerInterface::useCaches($use_caches = FALSE)
Disable the use of caches.
@todo Remove in https://www.drupal.org/node/2549143.
Parameters
bool $use_caches: FALSE to not use any caches.
File
- core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php, line 116
Class
- EntityFieldManagerInterface
- Provides an interface for an entity field manager.
Namespace
Drupal\Core\Entity
Code
public function useCaches($use_caches = FALSE);
Please login to continue.