Pascal Bartl
Quiz by , created more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz on 2.4 The Table Configuration Array (TCA), created by Pascal Bartl on 25/03/2021.

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

2.4 The Table Configuration Array (TCA)

Question 1 of 3

1

Given that the extension name is my_extension and the domain model is Blog, which file contains the corresponding TCA? (1)

Select one or more of the following:

  • Configuration/TCA/Overrides/TCA.php

  • Configuration/TCA/TCA.php

  • ext_tables.php

  • Configuration/TCA/Blog.php

  • Configuration/TCA/tx_myextension_domain_model_blog.php

Explanation

Question 2 of 3

1

What happens when a custom extension adds a new field to the TCA for the pages table in file ext_tables.php? (1)

Select one or more of the following:

  • The new field becomes visible straight away

  • The new field becomes visible after clearing the “Frontend Cache”

  • The new field becomes visible after clearing the “General Cache”

  • The new field becomes visible after clearing the “System Cache”

  • This action does not make the new field visible

Explanation

Question 3 of 3

1

The “List” module in the backend shows database records. Which of the following settings in the ctrl section of the TCA shows the content of the field shortdescr in the first column, right of the icon, by default? (1)

Select one or more of the following:

  • 'name' => 'shortdescr'

  • 'title' => 'shortdescr'

  • 'label' => 'shortdescr'

  • 'short' => 'shortdescr'

  • 'ctrl' => 'shortdescr'

Explanation