You are here

interface EntityShareMediasProviderInterface in Entity Share 7

Interface EntityShareMediasProviderInterface.

Hierarchy

Expanded class hierarchy of EntityShareMediasProviderInterface

All classes that implement EntityShareMediasProviderInterface

File

modules/entity_share_medias/includes/entity_share_medias.inc, line 11
Class for handling Medias.

View source
interface EntityShareMediasProviderInterface {

  /**
   * Check if the field type is managed or not.
   *
   * @return bool
   *   Check if the field type is managed.
   */
  public function isManagedFieldType();

}

Members

Namesort descending Modifiers Type Description Overrides
EntityShareMediasProviderInterface::isManagedFieldType public function Check if the field type is managed or not. 1