Search for entity

  1. Search 7.x for entity
  2. Search 8.9.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
EntityType::$permission_granularity property core/lib/Drupal/Core/Entity/EntityType.php The permission granularity level.
EntityType::$persistent_cache property core/lib/Drupal/Core/Entity/EntityType.php Indicates if the persistent cache of field data should be used.
EntityType::$render_cache property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the rendered output of entities should be cached.
EntityType::$revision_data_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type&#039;s revision data table.
EntityType::$revision_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type&#039;s revision table.
EntityType::$show_revision_ui property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the revision form fields should be added to the form.
EntityType::$static_cache property core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities should be statically cached.
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 A callable that can be used to provide the entity URI.
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&#039;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 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::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&#039;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&#039;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.
EntityType::getLinkTemplate function core/lib/Drupal/Core/Entity/EntityType.php Gets the link template for a given key.
EntityType::getLinkTemplates function core/lib/Drupal/Core/Entity/EntityType.php Gets the link templates using the URI template syntax.
EntityType::getListBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the list class.
EntityType::getListCacheContexts function core/lib/Drupal/Core/Entity/EntityType.php The list cache contexts associated with this entity type.
EntityType::getListCacheTags function core/lib/Drupal/Core/Entity/EntityType.php The list cache tags associated with this entity type.
EntityType::getOriginalClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the original entity type class.
EntityType::getPermissionGranularity function core/lib/Drupal/Core/Entity/EntityType.php Gets the permission granularity level.
EntityType::getPluralLabel function core/lib/Drupal/Core/Entity/EntityType.php Gets the indefinite plural form of the name of the entity type.
EntityType::getRevisionDataTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity&#039;s revision data table.
EntityType::getRevisionTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity&#039;s revision table.
EntityType::getRouteProviderClasses function core/lib/Drupal/Core/Entity/EntityType.php Gets all the route provide handlers.
EntityType::getSingularLabel function core/lib/Drupal/Core/Entity/EntityType.php Gets the indefinite singular form of the name of the entity type.
EntityType::getStorageClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the storage class.
EntityType::getUriCallback function core/lib/Drupal/Core/Entity/EntityType.php Gets a callable that can be used to provide the entity URI.
EntityType::getViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the view builder class.
EntityType::hasFormClasses function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any forms.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.