Skip to content

Instantly share code, notes, and snippets.

@hissy
Last active November 7, 2016 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hissy/5d0e1da7b35a3c2ef0a0185851e5bd18 to your computer and use it in GitHub Desktop.
Save hissy/5d0e1da7b35a3c2ef0a0185851e5bd18 to your computer and use it in GitHub Desktop.
#concrete5 5.7.5.6 pick up list of services
Alias Real Class Name
captcha \Concrete\Core\Captcha\Service
ip \Concrete\Core\Permission\IPService
token \Concrete\Core\Validation\CSRF\Token
error Concrete\Core\Error\Error
cookie \Concrete\Core\Cookie\CookieJar
helper/concrete/asset_library \Concrete\Core\Application\Service\FileManager
helper/concrete/file_manager \Concrete\Core\Application\Service\FileManager
helper/concrete/composer \Concrete\Core\Application\Service\Composer
helper/concrete/dashboard \Concrete\Core\Application\Service\Dashboard
helper/concrete/dashboard/sitemap \Concrete\Core\Application\Service\Dashboard\Sitemap
helper/concrete/ui \Concrete\Core\Application\Service\UserInterface
helper/concrete/ui/menu \Concrete\Core\Application\Service\UserInterface\Menu
helper/concrete/ui/help \Concrete\Core\Application\Service\UserInterface\Help
helper/concrete/upgrade \Concrete\Core\Application\Service\Upgrade
helper/concrete/urls \Concrete\Core\Application\Service\Urls
helper/concrete/user \Concrete\Core\Application\Service\User
helper/concrete/validation \Concrete\Core\Application\Service\Validation
helper/rating \Concrete\Attribute\Rating\Service
helper/pagination \Concrete\Core\Legacy\Pagination
helper/encryption \Concrete\Core\Encryption\EncryptionService
helper/feed \Concrete\Core\Feed\FeedService
helper/file \Concrete\Core\File\Service\File
helper/concrete/file \Concrete\Core\File\Service\Application
helper/image \Concrete\Core\File\Image\BasicThumbnailer
helper/mime \Concrete\Core\File\Service\Mime
helper/zip \Concrete\Core\File\Service\Zip
helper/form \Concrete\Core\Form\Service\Form
helper/form/attribute \Concrete\Core\Form\Service\Widget\Attribute
helper/form/color \Concrete\Core\Form\Service\Widget\Color
helper/form/font \Concrete\Core\Form\Service\Widget\Typography
helper/form/typography \Concrete\Core\Form\Service\Widget\Typography
helper/form/date_time \Concrete\Core\Form\Service\Widget\DateTime
helper/form/page_selector \Concrete\Core\Form\Service\Widget\PageSelector
helper/form/rating \Concrete\Core\Form\Service\Widget\Rating
helper/form/user_selector \Concrete\Core\Form\Service\Widget\UserSelector
helper/html \Concrete\Core\Html\Service\Html
helper/lightbox \Concrete\Core\Html\Service\Lightbox
helper/navigation \Concrete\Core\Html\Service\Navigation
helper/seo \Concrete\Core\Html\Service\Seo
helper/ajax \Concrete\Core\Http\Service\Ajax
helper/json \Concrete\Core\Http\Service\Json
helper/localization/countries \Concrete\Core\Localization\Service\CountryList
helper/localization/states_provinces \Concrete\Core\Localization\Service\StatesProvincesList
helper/lists/countries \Concrete\Core\Localization\Service\CountryList
helper/lists/states_provinces \Concrete\Core\Localization\Service\StatesProvincesList
helper/date \Concrete\Core\Localization\Service\Date
helper/mail \Concrete\Core\Mail\Service
mail \Concrete\Core\Mail\Service
multilingual/interface/flag \Concrete\Core\Multilingual\Service\UserInterface\Flag
multilingual/detector \Concrete\Core\Multilingual\Service\Detector
multilingual/extractor \Concrete\Core\Multilingual\Service\Extractor
helper/text \Concrete\Core\Utility\Service\Text
helper/arrays \Concrete\Core\Utility\Service\Arrays
helper/number \Concrete\Core\Utility\Service\Number
helper/xml \Concrete\Core\Utility\Service\Xml
helper/url \Concrete\Core\Utility\Service\Url
helper/validation/antispam \Concrete\Core\Antispam\Service
helper/validation/captcha \Concrete\Core\Captcha\Service
helper/validation/file \Concrete\Core\File\ValidationService
helper/validation/form \Concrete\Core\Form\Service\Validation
helper/validation/identifier \Concrete\Core\Utility\Service\Identifier
helper/validation/ip \Concrete\Core\Permission\IPService
helper/validation/numbers \Concrete\Core\Utility\Service\Validation\Numbers
helper/validation/strings \Concrete\Core\Utility\Service\Validation\Strings
helper/validation/banned_words \Concrete\Core\Validation\BannedWord\Service
helper/security \Concrete\Core\Validation\SanitizeService
helper/validation/token \Concrete\Core\Validation\CSRF\Token
helper/validation/error \Concrete\Core\Error\Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment