You are here

service lazy in Lazy-load 8.3

Class

Drupal\lazy\Lazy
8 string references to lazy
LazyFilter::create in src/Plugin/Filter/LazyFilter.php
Creates an instance of the plugin.
LazyFilter::process in src/Plugin/Filter/LazyFilter.php
Performs the filter processing.
LazyForm::create in src/Form/LazyForm.php
Instantiates a new instance of this class.
lazy_field_formatter_settings_summary_alter in ./lazy.module
Implements hook_field_formatter_settings_summary_alter().
lazy_field_formatter_third_party_settings_form in ./lazy.module
Implements hook_field_formatter_third_party_settings_form().

... See full list

File

./lazy.services.yml
lazy.services.yml

View source
  1. class: Drupal\lazy\Lazy
  2. arguments:
  3. - '@config.factory'
  4. - '@request_stack'
  5. - '@plugin.manager.condition'
  6. - '@router.admin_context'
  7. - '@module_handler'