API Docs for: 1.0.0
Show:

File: Resources/public/js/views/services/plugins/ez-locationsearchplugin.js

  1. /*
  2. * Copyright (C) eZ Systems AS. All rights reserved.
  3. * For full copyright and license information view LICENSE file distributed with this source code.
  4. */
  5. YUI.add('ez-locationsearchplugin', function (Y) {
  6. "use strict";
  7. /**
  8. * Provides the location search plugin. As of 1.2, this module is
  9. * deprecated.
  10. *
  11. * @module ez-locationsearchplugin
  12. * @deprecated Use ez-searchplugin instead.
  13. */
  14. Y.namespace('eZ.Plugin');
  15.  
  16. console.warn('[DEPRECATED] ez-locationsearchplugin module and Y.eZ.Plugin.LocationSearch are deprecated');
  17. console.warn('[DEPRECATED] ez-locationsearchplugin module and Y.eZ.Plugin.LocationSearch will be removed in PlatformUI 2.0');
  18. console.warn('[DEPRECATED] use ez-searchplugin and Y.eZ.Plugin.Search instead');
  19.  
  20. Y.eZ.Plugin.LocationSearch = Y.eZ.Plugin.Search;
  21. Y.eZ.Plugin.LocationSearch.NS = 'locationSearch';
  22. });
  23.