Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • sys_note
  • ext_localconf.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [TASK] Streamline ext_localconf.php / ext_tables.php of sysexts · 99653df5
    Benni Mack authored Feb 25, 2015
    In order to have a proper "way to do things" for extension
    developers to look up registration process the following
    parts were streamlined:
    
    - Discouraged usage of the pseudo-global variable $_EXTKEY inside
      ext_localconf.php and ext_tables.php in favor of strings.
      For module registrations this part was left out for now as
      module registration will be streamlined separately.
    - Use PHP5.5-style ::class in all occurrences instead of escaped
      strings for class names.
    - Use $GLOBALS['TYPO3_CONF_VARS'] instead of $TYPO3_CONF_VARS.
    
    Releases: master
    Resolves: #65347
    Change-Id: Iad03e42d38d65ae1483ef8190f755430ec617e45
    Reviewed-on: http://review.typo3.org/37240
    
    
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
    Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
    99653df5