function SearchConfigurationRankings::__construct
File
-
core/
modules/ search/ src/ Plugin/ migrate/ process/ d6/ SearchConfigurationRankings.php, line 24
Class
- SearchConfigurationRankings
- Generate configuration rankings.
Namespace
Drupal\search\Plugin\migrate\process\d6Code
public function __construct(array $configuration, $plugin_id, $plugin_definition) {
@trigger_error('SearchConfigurationRankings is deprecated in Drupal 8.7.x and will be removed before Drupal 9.0.0. Use Drupal\\search\\Plugin\\migrate\\process\\SearchConfigurationRankings instead. See https://www.drupal.org/node/3009364.', E_USER_DEPRECATED);
parent::__construct($configuration, $plugin_id, $plugin_definition);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.