W3cubDocs

/Drupal 8

public function EntityFieldManagerInterface::useCaches

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.

Deprecated

in Drupal 8.0.0, will be removed before Drupal 9.0.0.

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);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityFieldManagerInterface.php/function/EntityFieldManagerInterface::useCaches/8.1.x