You are here

twitter.info in Twitter 7.5

name = Twitter
description = Adds integration with the Twitter microblogging service.
php = 5.1
core = 7.x

; The main configuration page.
configure = admin/config/services/twitter

; Allow use of the new dependency structure added to v7.40.
dependencies[] = system

; This requires the OAuth Common module from the OAuth package.
dependencies[] = oauth:oauth_common

; Also require the Entity API module.
dependencies[] = entity:entity

; The main classes used in the module.
files[] = twitter.lib.php

; Views integration.
files[] = twitter_views_field_handlers.inc

; Tests.
files[] = tests/core.test
files[] = tests/input_filters.test

; Dependencies that are only used with the tests.
test_dependencies[] = oauth
test_dependencies[] = views

File

twitter.info
View source
  1. name = Twitter
  2. description = Adds integration with the Twitter microblogging service.
  3. php = 5.1
  4. core = 7.x
  5. ; The main configuration page.
  6. configure = admin/config/services/twitter
  7. ; Allow use of the new dependency structure added to v7.40.
  8. dependencies[] = system
  9. ; This requires the OAuth Common module from the OAuth package.
  10. dependencies[] = oauth:oauth_common
  11. ; Also require the Entity API module.
  12. dependencies[] = entity:entity
  13. ; The main classes used in the module.
  14. files[] = twitter.lib.php
  15. ; Views integration.
  16. files[] = twitter_views_field_handlers.inc
  17. ; Tests.
  18. files[] = tests/core.test
  19. files[] = tests/input_filters.test
  20. ; Dependencies that are only used with the tests.
  21. test_dependencies[] = oauth
  22. test_dependencies[] = views