Pascal Bartl
Quiz by , created more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz on 4.6 Building Plugins without Extbase, created by Pascal Bartl on 09/04/2021.

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

4.6 Building Plugins without Extbase

Question 1 of 3

1

What are AbstractPlugin-based extensions and what is the AbstractPlugin class? (2)

Select one or more of the following:

  • Extensions that build an abstraction layer are called AbstractPlugin-based extensions

  • Legacy frontend plugins (also known as pi-based extensions) are usually extension classes of the AbstractPlugin class

  • The AbstractPlugin class contains supporting functions for legacy frontend plugins

  • AbstractPlugin-based extensions must follow a strict convention for names and locations of class files

Explanation

Question 2 of 3

1

The AbstractPlugin class provided by the core supports legacy extensions in which functions? (1)

Select one or more of the following:

  • Database abstraction, template abstraction and frontend/backend separation

  • Extension upgrades, data migration and parsing TCA files

  • Extension installation, extension upgrades, extension activation/deactivation

  • Database access, handling links, pagination, localization (and more).

  • Form creation, mail functionality, object validation by using annotations

Explanation

Question 3 of 3

1

Which folder names are correct for extensions that use the AbstractPlugin class (not Extbase)? (1)

Select one or more of the following:

  • Domain model files must be located in Classes/Domain/Model/

  • Repository files must be located in Classes/Domain/Repository/

  • Class files implementing business logic must be located in Classes/Entity/

  • AbstractPlugin-based extension do not have a convention for the location of class files

Explanation