Search for entityType
- Search 7.x for entityType
- Search 9.5.x for entityType
- Search 8.9.x for entityType
- Search 10.3.x for entityType
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
EntityType | class | core/ |
Provides an implementation of an entity type and its metadata. |
EntityType | class | core/ |
Defines an Entity type annotation object. |
EntityType | class | core/ |
Defines an entity type for plugin discovery. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityType::hasRouteProviders | function | core/ |
Indicates if this entity type has any route provider. |
EntityType::hasViewBuilderClass | function | core/ |
Indicates if this entity type has a view builder. |
EntityType::isCommonReferenceTarget | function | core/ |
Indicates whether this entity type is commonly used as a reference target. |
EntityType::isInternal | function | core/ |
Indicates whether the entity data is internal. |
EntityType::isPersistentlyCacheable | function | core/ |
Indicates if the persistent cache of field data should be used. |
EntityType::isRenderCacheable | function | core/ |
Indicates whether the rendered output of entities should be cached. |
EntityType::isRevisionable | function | core/ |
Indicates whether entities of this type have revision support. |
EntityType::isStaticallyCacheable | function | core/ |
Indicates whether entities should be statically cached. |
EntityType::isTranslatable | function | core/ |
Indicates whether entities of this type have multilingual support. |
EntityType::set | function | core/ |
Sets a value to an arbitrary property. |
EntityType::setAccessClass | function | core/ |
Sets the access control handler class. |
EntityType::setClass | function | core/ |
Sets the class. |
EntityType::setConstraints | function | core/ |
Sets the array of validation constraints for the FieldItemList. |
EntityType::setFormClass | function | core/ |
Sets a form class for a specific operation. |
EntityType::setHandlerClass | function | core/ |
Sets the handlers for a given type. |
EntityType::setLinkTemplate | function | core/ |
Sets a single link template. |
EntityType::setListBuilderClass | function | core/ |
Sets the list class. |
EntityType::setStorageClass | function | core/ |
Sets the storage class. |
EntityType::setUriCallback | function | core/ |
Sets a callable to use to provide the entity URI. |
EntityType::setViewBuilderClass | function | core/ |
Gets the view builder class. |
EntityType::showRevisionUi | function | core/ |
Indicates whether the revision form fields should be added to the form. |
EntityType::__construct | function | core/ |
Constructs a plugin attribute object. |
EntityType::__construct | function | core/ |
Constructs a new EntityType. |
EntityTypeBundleInfo | class | core/ |
Provides discovery and retrieval of entity type bundles. |
EntityTypeBundleInfo.php | file | core/ |
|
EntityTypeBundleInfo::$bundleInfo | property | core/ |
Static cache of bundle information. |
EntityTypeBundleInfo::$entityTypeManager | property | core/ |
The entity type manager. |
EntityTypeBundleInfo::$languageManager | property | core/ |
The language manager. |
EntityTypeBundleInfo::$moduleHandler | property | core/ |
The module handler. |
EntityTypeBundleInfo::$typedDataManager | property | core/ |
The typed data manager. |
EntityTypeBundleInfo::clearCachedBundles | function | core/ |
Clears static and persistent bundles. |
EntityTypeBundleInfo::getAllBundleInfo | function | core/ |
Get the bundle info of all entity types. |
EntityTypeBundleInfo::getBundleInfo | function | core/ |
Gets the bundle info of an entity type. |
EntityTypeBundleInfo::__construct | function | core/ |
Constructs a new EntityTypeBundleInfo. |
EntityTypeBundleInfoInterface | interface | core/ |
Provides an interface for an entity type bundle info. |
EntityTypeBundleInfoInterface.php | file | core/ |
|
EntityTypeBundleInfoInterface::clearCachedBundles | function | core/ |
Clears static and persistent bundles. |
EntityTypeBundleInfoInterface::getAllBundleInfo | function | core/ |
Get the bundle info of all entity types. |
EntityTypeBundleInfoInterface::getBundleInfo | function | core/ |
Gets the bundle info of an entity type. |
EntityTypeBundleInfoTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityTypeBundleInfo @group Entity |
EntityTypeBundleInfoTest.php | file | core/ |
|
EntityTypeBundleInfoTest::$cacheBackend | property | core/ |
The cache backend to use. |
EntityTypeBundleInfoTest::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
EntityTypeBundleInfoTest::$entityTypeBundleInfo | property | core/ |
The entity type bundle info under test. |
EntityTypeBundleInfoTest::$entityTypeManager | property | core/ |
The entity type manager. |
EntityTypeBundleInfoTest::$languageManager | property | core/ |
The language manager. |
EntityTypeBundleInfoTest::$moduleHandler | property | core/ |
The module handler. |
EntityTypeBundleInfoTest::$typedDataManager | property | core/ |
The typed data manager. |
EntityTypeBundleInfoTest::providerTestGetBundleInfo | function | core/ |
Provides test data for testGetBundleInfo(). |
EntityTypeBundleInfoTest::setUp | function | core/ |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.