Pascal Bartl
Quiz by , created more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz on 4.1 General Concepts, created by Pascal Bartl on 09/04/2021.

0
0
0
Pascal Bartl
Created by Pascal Bartl about 3 years ago
Close

4.1 General Concepts

Question 1 of 3

1

Which statements about extensions, plugins, and modules are correct? (2)

Select one or more of the following:

  • 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

Explanation

Question 2 of 3

1

Which of the following directories are correct by TYPO3/Extbase conventions? (2)

Select one or more of the following:

  • 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/

Explanation

Question 3 of 3

1

Which configuration makes sure that domain object records are stored with a specific PID? (2)

Select one or more of the following:

  • The TypoScript key storageUid

  • The TypoScript key newRecordStoragePid

  • The TypoScript key pid

  • The TypoScript key storagePid

  • The TypoScript key storage

Explanation