Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityTranslationTest::testDeleteEntityTranslation | function | core/ |
Tests that translation statuses are correct after removing translations. |
| EntityTranslationTest::testEntityAdapter | function | core/ |
Tests how entity adapters work with translations. |
| EntityTranslationTest::testEntityConstructor | function | core/ |
Tests the entity constructor works with translations. |
| EntityTranslationTest::testEntityLanguageMethods | function | core/ |
Tests language related methods of the Entity class. |
| EntityTranslationTest::testEntityTranslationAPI | function | core/ |
Tests the Entity Translation API behavior. |
| EntityTranslationTest::testFieldDefinitions | function | core/ |
Check that field translatability is handled properly. |
| EntityTranslationTest::testFieldEntityReference | function | core/ |
Tests if entity references are correct after adding a new translation. |
| EntityTranslationTest::testLanguageChange | function | core/ |
Tests that changing entity language does not break field language. |
| EntityTranslationTest::testLanguageFallback | function | core/ |
Tests language fallback applied to field and entity translations. |
| EntityTranslationTest::testMultilingualProperties | function | core/ |
Tests multilingual properties. |
| EntityTranslationTest::testTranslationObjectCache | function | core/ |
Tests the translation object cache. |
| EntityTranslationTest::testTranslationStatus | function | core/ |
Tests the getTranslationStatus method. |
| EntityType::$admin_permission | property | core/ |
The name of the default administrative permission. |
| EntityType::$base_table | property | core/ |
The name of the entity type's base table. |
| EntityType::$collection_permission | property | core/ |
The name of the collection permission. |
| EntityType::$constraints | property | core/ |
Entity constraint definitions. |
| EntityType::$decoratedClasses | property | core/ |
The list of the classes when overridden. |
| 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::$handlers | property | core/ |
An array of handlers. |
| 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::$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::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::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::getBundleListCacheTags | function | core/ |
The list cache tags associated with a specific bundle. |
| EntityType::getCollectionPermission | function | core/ |
Gets the name of the default collection permission. |
| EntityType::getConstraints | function | core/ |
Gets an array of validation constraints. |
| EntityType::getDecoratedClasses | function | core/ |
Gets the list of all the classes for this entity type. |
| EntityType::getFormClass | function | core/ |
Gets the form class for a specific operation. |
| EntityType::getHandlerClass | function | core/ |
|
| EntityType::getHandlerClasses | function | core/ |
Gets an array of handlers. |
| EntityType::getKeys | function | core/ |
Gets an array of entity keys. |
| EntityType::getLinkTemplates | function | core/ |
Gets the link templates using the URI template syntax. |
| EntityType::getListBuilderClass | function | core/ |
Gets the list class. |
| EntityType::getListCacheContexts | function | core/ |
The list cache contexts associated with this entity type. |
Pagination
- Previous page
- Page 481
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.