Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityType::$label_singular property core/lib/Drupal/Core/Entity/EntityType.php The indefinite singular name of the type.
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 The list cache contexts for this entity type.
EntityType::$list_cache_tags property core/lib/Drupal/Core/Entity/EntityType.php The list cache tags for this entity type.
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 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::$revision_data_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type's revision data table.
EntityType::$revision_table property core/lib/Drupal/Core/Entity/EntityType.php The name of the entity type'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::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::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::getConstraints function core/lib/Drupal/Core/Entity/EntityType.php Gets an array of validation constraints.
EntityType::getFormClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the form class for a specific operation.
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::getKeys function core/lib/Drupal/Core/Entity/EntityType.php Gets an array of entity keys.
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::getRevisionDataTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity's revision data table.
EntityType::getRevisionTable function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the entity'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::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.
EntityType::hasHandlerClass function core/lib/Drupal/Core/Entity/EntityType.php Determines if there is a handler for a given type.
EntityType::hasKey function core/lib/Drupal/Core/Entity/EntityType.php Indicates if a given entity key exists.
EntityType::hasLinkTemplate function core/lib/Drupal/Core/Entity/EntityType.php Indicates if a link template exists for a given key.
EntityType::hasListBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has a list class.
EntityType::hasRouteProviders function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any route provider.
EntityType::hasViewBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has a view builder.
EntityType::isCommonReferenceTarget function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether this entity type is commonly used as a reference target.
EntityType::isInternal function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the entity data is internal.
EntityType::isPersistentlyCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates if the persistent cache of field data should be used.
EntityType::isRenderCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether the rendered output of entities should be cached.
EntityType::isRevisionable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities of this type have revision support.
EntityType::isStaticallyCacheable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities should be statically cached.
EntityType::isSubclassOf function core/lib/Drupal/Core/Entity/EntityType.php Indicates if the entity type is a subclass of the given class or interface.
EntityType::isTranslatable function core/lib/Drupal/Core/Entity/EntityType.php Indicates whether entities of this type have multilingual support.

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