protected static property PartyPrimaryFields::$data_sets in Party 7
Cache of data set info including our spoofed party. An array of data set info outer keyed by data set. Key/value pairs are:
- set_name: The name of the data set. 'party' is a special case which allows a party to refer to itself.
- entity type: The entity type of the data set.
- entity bundle: The bundle of the data set entity.
- label: The label of the data set.
- option label: The label and name of the data set, suitable for options.
Type: array
File
- includes/
party.primary_fields.inc, line 123 - Primary field related functions and callbacks.
Class
- PartyPrimaryFields
- Helper class for primary fields.
Code
protected static $data_sets;