Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityType::$bundle_entity_type | property | core/ |
The name of the entity type which provides bundles. |
| EntityType::$bundle_label | property | core/ |
The human-readable name of the entity bundles, e.g. Vocabulary. |
| EntityType::$bundle_of | property | core/ |
The name of the entity type for which bundles are provided. |
| EntityType::$common_reference_target | property | core/ |
Indicates whether this entity type is commonly used as a reference target. |
| EntityType::$constraints | property | core/ |
Entity constraint definitions. |
| EntityType::$data_table | property | core/ |
The name of the entity type's data table. |
| EntityType::$entity_keys | property | core/ |
An array of entity keys. |
| EntityType::$entity_type_class | property | core/ |
The class used to represent the entity type. |
| EntityType::$field_ui_base_route | property | core/ |
The route name used by field UI to attach its management pages. |
| EntityType::$group | property | core/ |
The machine name of the entity type group. |
| EntityType::$group | property | core/ |
The group machine name. |
| EntityType::$group_label | property | core/ |
The group label. |
| EntityType::$group_label | property | core/ |
The human-readable name of the entity type group. |
| EntityType::$handlers | property | core/ |
An array of handlers. |
| EntityType::$id | property | core/ |
The unique identifier of this entity type. |
| EntityType::$internal | property | core/ |
Indicates whether the entity data is internal. |
| EntityType::$label | property | core/ |
The human-readable name of the type. |
| EntityType::$label_callback | property | core/ |
The name of a callback that returns the label of the entity. |
| EntityType::$label_collection | property | core/ |
The human-readable label for a collection of entities of the type. |
| EntityType::$label_count | property | core/ |
A definite singular/plural name of the type. |
| EntityType::$label_plural | property | core/ |
The indefinite plural name of the type. |
| EntityType::$label_singular | property | core/ |
The indefinite singular name of the type. |
| EntityType::$links | property | core/ |
Link templates using the URI template syntax. |
| EntityType::$list_cache_contexts | property | core/ |
The list cache contexts for this entity type. |
| EntityType::$list_cache_tags | property | core/ |
The list cache tags for this entity type. |
| EntityType::$originalClass | property | core/ |
The name of the original entity type class. |
| EntityType::$permission_granularity | property | core/ |
The permission granularity level. |
| EntityType::$persistent_cache | property | core/ |
Indicates if the persistent cache of field data should be used. |
| EntityType::$render_cache | property | core/ |
Indicates whether the rendered output of entities should be cached. |
| EntityType::$revision_data_table | property | core/ |
The name of the entity type's revision data table. |
| EntityType::$revision_table | property | core/ |
The name of the entity type's revision table. |
| EntityType::$show_revision_ui | property | core/ |
Indicates whether the revision form fields should be added to the form. |
| EntityType::$static_cache | property | core/ |
Indicates whether entities should be statically cached. |
| EntityType::$translatable | property | core/ |
Indicates whether entities of this type have multilingual support. |
| EntityType::$uri_callback | property | core/ |
A callable that can be used to provide the entity URI. |
| EntityType::addConstraint | function | core/ |
Adds a validation constraint. |
| EntityType::checkStorageClass | function | core/ |
Checks that the provided class is compatible with the current entity type. |
| EntityType::entityClassImplements | function | core/ |
Indicates if the entity type class implements the given interface. |
| EntityType::get | function | core/ |
Gets any arbitrary property. |
| EntityType::get | function | core/ |
Gets the value of an annotation. |
| EntityType::getAccessControlClass | function | core/ |
Gets the access control class. |
| EntityType::getAdminPermission | function | core/ |
Gets the name of the default administrative permission. |
| EntityType::getBaseTable | function | core/ |
Gets the name of the entity's base table. |
| EntityType::getBundleConfigDependency | function | core/ |
Gets the config dependency info for this entity, if any exists. |
| EntityType::getBundleEntityType | function | core/ |
Gets the name of the entity type which provides bundles. |
| EntityType::getBundleLabel | function | core/ |
Gets the label for the bundle. |
| EntityType::getBundleOf | function | core/ |
Gets the entity type for which this entity provides bundles. |
| EntityType::getCollectionLabel | function | core/ |
Gets the uppercase plural form of the name of the entity type. |
| EntityType::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
| EntityType::getConstraints | function | core/ |
Gets an array of validation constraints. |
Pagination
- Previous page
- Page 521
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.