EntityType::$group |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The machine name of the entity type group. |
EntityType::$group_label |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$group_label |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The group label. |
EntityType::$handlers |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
An array of handlers. |
EntityType::$id |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The unique identifier of this entity type. |
EntityType::$internal |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether the entity data is internal. |
EntityType::$label |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The human-readable name of the type. |
EntityType::$label_collection |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$label_count |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$label_plural |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$label_singular |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$links |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Link templates using the URI template syntax. |
EntityType::$list_cache_contexts |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$list_cache_tags |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$originalClass |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the original entity type class. |
EntityType::$permission_granularity |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$persistent_cache |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$render_cache |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$revision_data_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$revision_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$show_revision_ui |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$static_cache |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::$translatable |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether entities of this type have multilingual support. |
EntityType::$uri_callback |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::addConstraint |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Adds a validation constraint. |
EntityType::checkStorageClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Checks that the provided class is compatible with the current entity type. |
EntityType::entityClassImplements |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if the entity type class implements the given interface. |
EntityType::get |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets any arbitrary property. |
EntityType::get |
function |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
Gets the value of an annotation. |
EntityType::getAccessControlClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the access control class. |
EntityType::getAdminPermission |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the default administrative permission. |
EntityType::getBaseTable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity's base table. |
EntityType::getBundleConfigDependency |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the config dependency info for this entity, if any exists. |
EntityType::getBundleEntityType |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity type which provides bundles. |
EntityType::getBundleLabel |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the label for the bundle. |
EntityType::getBundleOf |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the entity type ID for which this entity provides bundles. |
EntityType::getCollectionLabel |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the uppercase plural form of the name of the entity type. |
EntityType::getCollectionPermission |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the default collection permission. |
EntityType::getConfigDependencyKey |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the key that is used to store configuration dependencies. |
EntityType::getConstraints |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets an array of validation constraints. |
EntityType::getCountLabel |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the label's definite article form for use with a count of entities. |
EntityType::getDataTable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity's data table. |
EntityType::getFormClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the form class for a specific operation. |
EntityType::getGroup |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the machine name of the entity type group. |
EntityType::getGroupLabel |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the human-readable name of the entity type group. |
EntityType::getHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::getHandlerClasses |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets an array of handlers. |
EntityType::getKey |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets a specific entity key. |
EntityType::getKeys |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets an array of entity keys. |
EntityType::getLabel |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the human-readable name of the entity type. |