protected function SiteNameProperty::useDomain in Search API Field Map 4.x
Same name and namespace in other branches
- 8.3 src/Plugin/search_api/processor/Property/SiteNameProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\SiteNameProperty::useDomain()
- 8 src/Plugin/search_api/processor/Property/SiteNameProperty.php \Drupal\search_api_field_map\Plugin\search_api\processor\Property\SiteNameProperty::useDomain()
Whether to use the values from Domain.
Return value
bool
1 call to SiteNameProperty::useDomain()
- SiteNameProperty::buildConfigurationForm in src/
Plugin/ search_api/ processor/ Property/ SiteNameProperty.php
File
- src/
Plugin/ search_api/ processor/ Property/ SiteNameProperty.php, line 83
Class
- SiteNameProperty
- Defines a "site name" property.
Namespace
Drupal\search_api_field_map\Plugin\search_api\processor\PropertyCode
protected function useDomain() {
return defined('DOMAIN_ADMIN_FIELD');
}