function SearchNode::getType
Same name and namespace in other branches
- 11.x core/modules/search/modules/search_node/src/Plugin/Search/SearchNode.php \Drupal\search_node\Plugin\Search\SearchNode::getType()
Overrides SearchPluginBase::getType
File
-
core/
modules/ search/ modules/ search_node/ src/ Plugin/ Search/ SearchNode.php, line 155
Class
- SearchNode
- Handles searching for node entities using the Search module index.
Namespace
Drupal\search_node\Plugin\SearchCode
public function getType() : ?string {
return $this->getPluginId();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.