You are here

service views_natural_sort.service in Views Natural Sort 8.2

Class

Drupal\views_natural_sort\ViewsNaturalSortService
5 string references to views_natural_sort.service
ConfigurationForm::create in src/Form/ConfigurationForm.php
Instantiates a new instance of this class.
EntityIndexer::create in src/Plugin/QueueWorker/EntityIndexer.php
Creates an instance of the plugin.
views_natural_sort_entity_insert in ./views_natural_sort.module
Implements hook_entity_insert().
views_natural_sort_views_natural_sort_get_entry_types in ./views_natural_sort.module
Implements hook_views_natural_sort_get_entry_types().
views_natural_sort_views_natural_sort_queue_rebuild_data in ./views_natural_sort.module
Implements hook_views_natural_sort_queue_rebuild_data().

File

./views_natural_sort.services.yml
views_natural_sort.services.yml

View source
  1. class: Drupal\views_natural_sort\ViewsNaturalSortService
  2. arguments:
  3. - '@plugin.manager.vns_transformation'
  4. - '@config.factory'
  5. - '@module_handler'
  6. - '@logger.factory'
  7. - '@database'
  8. - '@views.views_data'
  9. - '@queue'
  10. - '@plugin.manager.queue_worker'
  11. - '@entity_field.manager'
  12. - '@entity_type.manager'
  13. - '@messenger'
  14. - '@string_translation'