W3cubDocs

/Drupal 8

interface EntityFieldManagerInterface

Provides an interface for an entity field manager.

Hierarchy

File

core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php, line 8

Namespace

Drupal\Core\Entity

Members

Name Modifiers Type Description
EntityFieldManagerInterface::clearCachedFieldDefinitions public function Clears static and persistent field definition caches.
EntityFieldManagerInterface::getBaseFieldDefinitions public function Gets the base field definitions for a content entity type.
EntityFieldManagerInterface::getExtraFields public function Gets the "extra fields" for a bundle.
EntityFieldManagerInterface::getFieldDefinitions public function Gets the field definitions for a specific bundle.
EntityFieldManagerInterface::getFieldMap public function Gets a lightweight map of fields across bundles.
EntityFieldManagerInterface::getFieldMapByFieldType public function Gets a lightweight map of fields across bundles filtered by field type.
EntityFieldManagerInterface::getFieldStorageDefinitions public function Gets the field storage definitions for a content entity type.
EntityFieldManagerInterface::setFieldMap public function Sets a lightweight map of fields across bundles.
EntityFieldManagerInterface::useCaches Deprecated public function Disable the use of caches.

© 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/interface/EntityFieldManagerInterface/8.1.x