public function SearchInterface::getAttributes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/search/src/Plugin/SearchInterface.php \Drupal\search\Plugin\SearchInterface::getAttributes()
Returns the currently set attributes (from the request).
Return value
array The attributes.
1 method overrides SearchInterface::getAttributes()
- SearchPluginBase::getAttributes in core/
modules/ search/ src/ Plugin/ SearchPluginBase.php - Returns the currently set attributes (from the request).
File
- core/
modules/ search/ src/ Plugin/ SearchInterface.php, line 56 - Contains \Drupal\search\Plugin\SearchInterface.
Class
- SearchInterface
- Defines a common interface for all SearchPlugin objects.
Namespace
Drupal\search\PluginCode
public function getAttributes();