Tripal
Protected Attributes | List of all members
Drupal\tripal\Entity\TripalContentTerms Class Reference
Inheritance diagram for Drupal\tripal\Entity\TripalContentTerms:
Inheritance graph
[legend]
Collaboration diagram for Drupal\tripal\Entity\TripalContentTerms:
Collaboration graph
[legend]

Protected Attributes

 $id
 
 $label
 
 $description
 
 $vocabularies
 

Detailed Description

Defines the TripalContentTerms entity.

@ConfigEntityType( id = "tripal_content_terms", label = @Translation("Tripal Content Terms"), label_collection = @Translation("Tripal Content Terms"), label_singular = @Translation("Tripal Content Term"), label_plural = @Translation("Tripal Content Terms"), label_count = @PluralTranslation( singular = "@count Tripal content term", plural = "@count Tripal content terms", ), handlers = { "list_builder" = "Drupal\tripal\Controller\TripalContentTermsListBuilder", "form" = { "add" = "Drupal\tripal\Form\TripalContentTermsForm", "edit" = "Drupal\tripal\Form\TripalContentTermsForm", "delete" = "Drupal\tripal\Form\TripalContentTermsDeleteForm", } }, config_prefix = "tripal_content_terms", admin_permission = "administer tripal", entity_keys = { "id" = "id", "label" = "label", }, config_export = { "id", "label", "vocabularies" }, links = { "add-form" = "/admin/tripal/config/terms/add", "edit-form" = "/admin/tripal/config/terms/{tripal_content_terms}", "delete-form" = "/admin/tripal/config/terms/{tripal_content_terms}/delete", } )


The documentation for this class was generated from the following file: