forked from backdrop-contrib/flag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flag.info
31 lines (27 loc) · 944 Bytes
/
flag.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = Flag
description = Create customized flags that users can set on entities.
backdrop = 1.x
package = Flags
type = module
configure = admin/structure/flags
test_dependencies[] = token
test_dependencies[] = rules
; Files that contain classes.
; Flag classes
files[] = includes/flag/flag_flag.inc
files[] = includes/flag/flag_entity.inc
files[] = includes/flag/flag_node.inc
files[] = includes/flag/flag_comment.inc
files[] = includes/flag/flag_user.inc
files[] = includes/flag.cookie_storage.inc
files[] = includes/flag.entity.inc
files[] = flag.rules.inc
; Views
files[] = views/flag_handler_argument_entity_id.inc
files[] = views/flag_handler_field_ops.inc
files[] = views/flag_handler_field_flagged.inc
files[] = views/flag_handler_filter_flagged.inc
files[] = views/flag_handler_sort_flagged.inc
files[] = views/flag_handler_relationships.inc
files[] = views/flag_plugin_argument_validate_flaggability.inc
files[] = tests/flag.test