Skip to content
Snippets Groups Projects
Verified Commit c6bc6ebf authored by quietone's avatar quietone
Browse files

Issue #3500774 by kul.pratap, benjifisher: Fix errors in SourcePluginBase doc block

parent d2e10cdd
No related branches found
No related tags found
5 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #401354 passed with warnings
Pipeline: drupal

#401377

    Pipeline: drupal

    #401372

      Pipeline: drupal

      #401366

        +4
        ...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
        * \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_NEEDS_UPDATE. * \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_NEEDS_UPDATE.
        * - The row needs an update. * - The row needs an update.
        * - Rows can be marked by custom or contrib modules using the * - Rows can be marked by custom or contrib modules using the
        * \Drupal\migrate\Plugin\MigrateIdMapInterface::prepareUpdate() os * \Drupal\migrate\Plugin\MigrateIdMapInterface::prepareUpdate() or
        * \Drupal\migrate\Plugin\MigrateIdMapInterface::setUpdate() * \Drupal\migrate\Plugin\MigrateIdMapInterface::setUpdate()
        * methods. * methods.
        * - The row is above the high-water mark. * - The row is above the high-water mark.
        ...@@ -97,9 +97,9 @@ ...@@ -97,9 +97,9 @@
        * source: * source:
        * plugin: some_source_plugin_name * plugin: some_source_plugin_name
        * constants: * constants:
        * - foo: bar * foo: bar
        * process: * process:
        * baz: constants/bar * baz: constants/foo
        * @endcode * @endcode
        * *
        * In this example, the constant 'foo' is defined with a value of 'bar'. It is * In this example, the constant 'foo' is defined with a value of 'bar'. It is
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment