| 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'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::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. |
| 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::isTranslatable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether entities of this type have multilingual support. |
| EntityType::set |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets a value to an arbitrary property. |
| EntityType::setAccessClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the access control handler class. |
| EntityType::setClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the class. |
| EntityType::setConstraints |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the array of validation constraints for the FieldItemList. |
| EntityType::setFormClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets a form class for a specific operation. |
| EntityType::setHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the handlers for a given type. |
| EntityType::setLinkTemplate |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets a single link template. |
| EntityType::setListBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the list class. |
| EntityType::setStorageClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the storage class. |
| EntityType::setUriCallback |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets a callable to use to provide the entity URI. |
| EntityType::setViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the view builder class. |
| EntityType::showRevisionUi |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether the revision form fields should be added to the form. |
| EntityType::__construct |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Constructs a new EntityType. |
| EntityTypeBundleInfo |
class |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Provides discovery and retrieval of entity type bundles. |
| EntityTypeBundleInfo.php |
file |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
|
| EntityTypeBundleInfo::$bundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Static cache of bundle information. |
| EntityTypeBundleInfo::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The entity type manager. |
| EntityTypeBundleInfo::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The language manager. |
| EntityTypeBundleInfo::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The module handler. |
| EntityTypeBundleInfo::$typedDataManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The typed data manager. |
| EntityTypeBundleInfo::clearCachedBundles |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Clears static and persistent bundles. |
| EntityTypeBundleInfo::getAllBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Get the bundle info of all entity types. |
| EntityTypeBundleInfo::getBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Gets the bundle info of an entity type. |
| EntityTypeBundleInfo::__construct |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Constructs a new EntityTypeBundleInfo. |
| EntityTypeBundleInfoInterface |
interface |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
Provides an interface for an entity type bundle info. |
| EntityTypeBundleInfoInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
|
| EntityTypeBundleInfoInterface::clearCachedBundles |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
Clears static and persistent bundles. |