Search for class
- Search 7.x for class
- Search 9.5.x for class
- Search 8.9.x for class
- Search 10.3.x for class
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityTypeInterface::getListBuilderClass | function | core/ |
Gets the list class. |
EntityTypeInterface::getOriginalClass | function | core/ |
Gets the name of the original entity type class. |
EntityTypeInterface::getRouteProviderClasses | function | core/ |
Gets all the route provide handlers. |
EntityTypeInterface::getStorageClass | function | core/ |
Gets the storage class. |
EntityTypeInterface::getViewBuilderClass | function | core/ |
Gets the view builder class. |
EntityTypeInterface::hasFormClasses | function | core/ |
Indicates if this entity type has any forms. |
EntityTypeInterface::hasHandlerClass | function | core/ |
Determines if there is a handler for a given type. |
EntityTypeInterface::hasListBuilderClass | function | core/ |
Indicates if this entity type has a list class. |
EntityTypeInterface::hasViewBuilderClass | function | core/ |
Indicates if this entity type has a view builder. |
EntityTypeInterface::setAccessClass | function | core/ |
Sets the access control handler class. |
EntityTypeInterface::setFormClass | function | core/ |
Sets a form class for a specific operation. |
EntityTypeInterface::setHandlerClass | function | core/ |
Sets the handlers for a given type. |
EntityTypeInterface::setListBuilderClass | function | core/ |
Sets the list class. |
EntityTypeInterface::setStorageClass | function | core/ |
Sets the storage class. |
EntityTypeInterface::setViewBuilderClass | function | core/ |
Gets the view builder class. |
EntityTypeManager::$classResolver | property | core/ |
The class resolver. |
EntityTypeManagerTestEntityBundle::$bundleClassFieldDefinitions | property | core/ |
The bundle class field definitions. |
EntityTypeRepository::$classNameEntityTypeMap | property | core/ |
Contains cached mappings of class names to entity types. |
EntityTypeRepository::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
EntityTypeRepositoryInterface::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
EntityTypeRepositoryTest::testGetEntityTypeFromClass | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguousBundleClass | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeTest::testEntityClassImplements | function | core/ |
@covers ::entityClassImplements |
EntityTypeTest::testGetAccessControlClass | function | core/ |
Tests the getAccessControlClass() method. |
EntityTypeTest::testGetFormClass | function | core/ |
Tests the getFormClass() method. |
EntityTypeTest::testGetListBuilderClass | function | core/ |
Tests the getListBuilderClass() method. |
EntityTypeTest::testGetOriginalClassChanged | function | core/ |
@covers ::setClass @covers ::getOriginalClass |
EntityTypeTest::testGetOriginalClassUnchanged | function | core/ |
@covers ::getOriginalClass |
EntityTypeTest::testGetStorageClass | function | core/ |
Tests the getStorageClass() method. |
EntityTypeTest::testGetViewBuilderClass | function | core/ |
Tests the getViewBuilderClass() method. |
EntityTypeTest::testHasFormClasses | function | core/ |
Tests the hasFormClasses() method. |
EntityTypeTest::testSetStorageClass | function | core/ |
Tests the setStorageClass() method. |
entity_test_bundle_class.info.yml | file | core/ |
core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.info.yml |
entity_test_bundle_class.module | file | core/ |
|
entity_test_bundle_class_entity_bundle_info_alter | function | core/ |
Implements hook_entity_bundle_info_alter(). |
entity_test_bundle_class_entity_type_alter | function | core/ |
Implements hook_entity_type_alter(). |
entity_test_bundle_class_entity_type_build | function | core/ |
Implements hook_entity_type_build(). |
ExecutionContext::getClassName | function | core/ |
|
ExtendingNonInstalledClass | class | core/ |
Plugin annotation @Plugin( id = "extending_non_installed_class", label = "A plugin whose class is extending from a non-installed module class", color = "pink", ) |
ExtendingNonInstalledClass | class | core/ |
This class does not have a plugin attribute or plugin annotation on purpose. |
ExtendingNonInstalledClass.php | file | core/ |
|
ExtendingNonInstalledClass.php | file | core/ |
|
ExtendingNonInstalledClass::testMethod | function | core/ |
Provides an empty test method for testing. |
FakeAutoloader::loadClass | function | core/ |
Loads the given class or interface. |
FetchModeTrait::assocToClass | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_CLASS. |
FetchTest::testQueryFetchClass | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. |
FetchTest::testQueryFetchObjectClass | function | core/ |
Confirms that we can fetch a record into a class using fetchObject. |
FetchTest::testQueryFetchObjectClassNoConstructorArgs | function | core/ |
Confirms that we can fetch a record into a class without constructor args. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.