TYPO3 CMS  TYPO3_7-6
ext_tables.php File Reference

Go to the source code of this file.

Variables

 $TCA ['tx_blogexample_domain_model_blog']
 
 $TCA ['tx_blogexample_domain_model_post']
 
 $TCA ['tx_blogexample_domain_model_comment']
 
 $TCA ['tx_blogexample_domain_model_person']
 
 $TCA ['tx_blogexample_domain_model_tag']
 

Variable Documentation

◆ $TCA [1/5]

$TCA[ 'tx_blogexample_domain_model_blog']
Initial value:
= [
'ctrl' => [
'title' => 'LLL:EXT:blog_example/Resources/Private/Language/locallang_db.xml:tx_blogexample_domain_model_blog'

Definition at line 17 of file ext_tables.php.

◆ $TCA [2/5]

$TCA[ 'tx_blogexample_domain_model_post']
Initial value:
= [
'ctrl' => [
'title' => 'LLL:EXT:blog_example/Resources/Private/Language/locallang_db.xml:tx_blogexample_domain_model_post'

Definition at line 39 of file ext_tables.php.

◆ $TCA [3/5]

$TCA[ 'tx_blogexample_domain_model_comment']
Initial value:
= [
'ctrl' => [
'title' => 'LLL:EXT:blog_example/Resources/Private/Language/locallang_db.xml:tx_blogexample_domain_model_comment'

Definition at line 62 of file ext_tables.php.

◆ $TCA [4/5]

$TCA[ 'tx_blogexample_domain_model_person']
Initial value:
= [
'ctrl' => [
'title' => 'LLL:EXT:blog_example/Resources/Private/Language/locallang_db.xml:tx_blogexample_domain_model_person'

Definition at line 79 of file ext_tables.php.

◆ $TCA [5/5]

$TCA[ 'tx_blogexample_domain_model_tag']
Initial value:
= [
'ctrl' => [
'title' => 'LLL:EXT:blog_example/Resources/Private/Language/locallang_db.xml:tx_blogexample_domain_model_tag'

Definition at line 100 of file ext_tables.php.