@@ -16,6 +16,7 @@ discard block |
||
| 16 | 16 | /** |
| 17 | 17 | * Dynamically create facets rather than let Features do it, so we can have |
| 18 | 18 | * facets based on the current default Solr environment. |
| 19 | + * @param string $env_id |
|
| 19 | 20 | */ |
| 20 | 21 | function commons_events_solr_create_facets($env_id = NULL) { |
| 21 | 22 | $facets = commons_events_solr_facet_definitions(); |
@@ -220,6 +221,7 @@ discard block |
||
| 220 | 221 | |
| 221 | 222 | /** |
| 222 | 223 | * Get the panels subtype for the facet block. |
| 224 | + * @param string $facet_name |
|
| 223 | 225 | */ |
| 224 | 226 | function commons_events_solr_panel_facet_subtype($facet_name) { |
| 225 | 227 | $facet_name = commons_events_solr_search_environment() . ':block:' . $facet_name; |
@@ -223,7 +223,7 @@ |
||
| 223 | 223 | /** |
| 224 | 224 | * Get subscriptions flag IDs. |
| 225 | 225 | * |
| 226 | - * @param $content_type |
|
| 226 | + * @param string $content_type |
|
| 227 | 227 | * Optional. The type of content for which to load the flags. Usually 'node'. |
| 228 | 228 | * @param $content_subtype |
| 229 | 229 | * Optional. The node type for which to load the flags. |
@@ -408,6 +408,7 @@ |
||
| 408 | 408 | |
| 409 | 409 | /** |
| 410 | 410 | * Get the panels subtype for the facet block. |
| 411 | + * @param string $facet_name |
|
| 411 | 412 | */ |
| 412 | 413 | function commons_search_solr_panel_facet_subtype($facet_name) { |
| 413 | 414 | return 'facetapi-' . facetapi_hash_delta($facet_name); |
@@ -1141,7 +1141,7 @@ |
||
| 1141 | 1141 | * Loads the VBO actions placed in their own include files. |
| 1142 | 1142 | * |
| 1143 | 1143 | * @return |
| 1144 | - * An array of containing filenames of the included actions. |
|
| 1144 | + string[] An array of containing filenames of the included actions. |
|
| 1145 | 1145 | * |
| 1146 | 1146 | * @see views_bulk_operations_load_action_includes() |
| 1147 | 1147 | */ |