protected property DateRecurOccurrences::$database in Recurring Dates Field 3.x
Same name and namespace in other branches
- 8.2 src/DateRecurOccurrences.php \Drupal\date_recur\DateRecurOccurrences::database
- 3.0.x src/DateRecurOccurrences.php \Drupal\date_recur\DateRecurOccurrences::database
- 3.1.x src/DateRecurOccurrences.php \Drupal\date_recur\DateRecurOccurrences::database
The database connection.
Type: \Drupal\Core\Database\Connection
File
- src/
DateRecurOccurrences.php, line 47
Class
- DateRecurOccurrences
- Manages occurrences tables and the data that populates them.
Namespace
Drupal\date_recurCode
protected $database;