You are here

function rules_data_type::get_identifier in Rules 6

Gets the identifier of this data, which can be of every php data type - even an array. Implement it, if your data type is identifiable.

5 methods override rules_data_type::get_identifier()
rules_data_type_comment::get_identifier in rules/modules/comment.rules.inc
Gets the identifier of this data, which can be of every php data type - even an array. Implement it, if your data type is identifiable.
rules_data_type_node::get_identifier in rules/modules/node.rules.inc
Gets the identifier of this data, which can be of every php data type - even an array. Implement it, if your data type is identifiable.
rules_data_type_taxonomy_term::get_identifier in rules/modules/taxonomy.rules.inc
Gets the identifier of this data, which can be of every php data type - even an array. Implement it, if your data type is identifiable.
rules_data_type_taxonomy_vocab::get_identifier in rules/modules/taxonomy.rules.inc
Gets the identifier of this data, which can be of every php data type - even an array. Implement it, if your data type is identifiable.
rules_data_type_user::get_identifier in rules/modules/user.rules.inc
Gets the identifier of this data, which can be of every php data type - even an array. Implement it, if your data type is identifiable.

File

rules/rules.data_types.inc, line 149
Defines the data type class

Class

rules_data_type
Base data type class, from which special data types can be derived.

Code

function get_identifier() {
}