You are here

service solr_field.manager in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 search_api_solr.services.yml \solr_field.manager
  2. 4.x search_api_solr.services.yml \solr_field.manager

Class

Drupal\search_api_solr\SolrFieldManager
5 string references to solr_field.manager
SolrDocument::create in src/Plugin/search_api/datasource/SolrDocument.php
Creates an instance of the plugin.
SolrDocument::get in src/Plugin/DataType/SolrDocument.php
Gets a property object.
SolrDocument::getSolrFieldManager in src/Plugin/search_api/datasource/SolrDocument.php
Returns the Solr field manager.
SolrDocumentDefinition::getPropertyDefinitions in src/TypedData/SolrDocumentDefinition.php
Gets an array of property definitions of contained properties.
SolrField::createFromField in src/Plugin/DataType/SolrField.php
Creates an instance wrapping the given Field.

File

./search_api_solr.services.yml
search_api_solr.services.yml

View source
  1. class: Drupal\search_api_solr\SolrFieldManager
  2. arguments:
  3. - '@cache.discovery'
  4. - '@entity_type.manager'
  5. - '@logger.channel.search_api'