You are here

README.txt in Entity Share 7

SUMMARY
-------

Entity Share Medias allows to export and import the medias.

HOW DOES IT WORK
----------------

It provide and API to add your own medias types handler.

/**
 * Alter the media type managed to add a EntityShareMediasProvider handler
 * @param array $media_types_config
 */
function hook_es_medias_media_types_config_alter(&$media_types_config) {
}

INSTALLATION
------------

1. Place this module directory in your modules folder 
   (this will usually be "sites/all/modules").
2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.

REQUIREMENTS
------------

- https://www.drupal.org/project/entity_share
- https://www.drupal.org/project/file
- https://www.drupal.org/project/file_entity

File

modules/entity_share_medias/README.txt
View source
  1. SUMMARY
  2. -------
  3. Entity Share Medias allows to export and import the medias.
  4. HOW DOES IT WORK
  5. ----------------
  6. It provide and API to add your own medias types handler.
  7. /**
  8. * Alter the media type managed to add a EntityShareMediasProvider handler
  9. * @param array $media_types_config
  10. */
  11. function hook_es_medias_media_types_config_alter(&$media_types_config) {
  12. }
  13. INSTALLATION
  14. ------------
  15. 1. Place this module directory in your modules folder
  16. (this will usually be "sites/all/modules").
  17. 2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.
  18. REQUIREMENTS
  19. ------------
  20. - https://www.drupal.org/project/entity_share
  21. - https://www.drupal.org/project/file
  22. - https://www.drupal.org/project/file_entity