4.1 General Concepts

Description

TYPO3 CD 2020 (zweite Auflage) Quiz on 4.1 General Concepts, created by Pascal Bartl on 09/04/2021.
Pascal Bartl
Quiz by Pascal Bartl, updated more than 1 year ago
Pascal Bartl
Created by Pascal Bartl over 4 years ago
2
0

Resource summary

Question 1

Question
Which statements about extensions, plugins, and modules are correct? (2)
Answer
  • Modules are used in the backend
  • Plugins are used in the backend as well as in the frontend
  • Extensions are used in the backend as well as in the frontend
  • An extension can only contain one plugin
  • A plugin can contain multiple extensions

Question 2

Question
Which of the following directories are correct by TYPO3/Extbase conventions? (2)
Answer
  • Domain validators should be stored in Classes/Domain/Model/Validator/
  • Domain validators should be stored in Classes/Domain/Validator/
  • Fluid templates should be stored in Resources/Public/Templates/
  • Documentation should be stored in Docs/
  • Controllers should be stored in Classes/Controller/

Question 3

Question
Which configuration makes sure that domain object records are stored with a specific PID? (2)
Answer
  • The TypoScript key storageUid
  • The TypoScript key newRecordStoragePid
  • The TypoScript key pid
  • The TypoScript key storagePid
  • The TypoScript key storage
Show full summary Hide full summary

Similar