Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityTypeInterface::getStorageClass | function | core/ |
Gets the storage class. |
EntityTypeInterface::getUriCallback | function | core/ |
Gets a callable that can be used to provide the entity URI. |
EntityTypeInterface::getViewBuilderClass | function | core/ |
Gets the view builder class. |
EntityTypeInterface::isCommonReferenceTarget | function | core/ |
Indicates whether this entity type is commonly used as a reference target. |
EntityTypeManager::getAccessControlHandler | function | core/ |
Creates a new access control handler instance. |
EntityTypeManager::getActiveDefinition | function | core/ |
Gets the active definition for a content entity type. |
EntityTypeManager::getDefinition | function | core/ |
Gets a specific plugin definition. |
EntityTypeManager::getFormObject | function | core/ |
Creates a new form instance. |
EntityTypeManager::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
EntityTypeManager::getListBuilder | function | core/ |
Creates a new entity list builder. |
EntityTypeManager::getRouteProviders | function | core/ |
Gets all route provider instances. |
EntityTypeManager::getStorage | function | core/ |
Creates a new storage instance. |
EntityTypeManager::getViewBuilder | function | core/ |
Creates a new view builder instance. |
EntityTypeManagerInterface::getAccessControlHandler | function | core/ |
Creates a new access control handler instance. |
EntityTypeManagerInterface::getDefinition | function | core/ |
|
EntityTypeManagerInterface::getDefinitions | function | core/ |
|
EntityTypeManagerInterface::getFormObject | function | core/ |
Creates a new form instance. |
EntityTypeManagerInterface::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
EntityTypeManagerInterface::getListBuilder | function | core/ |
Creates a new entity list builder. |
EntityTypeManagerInterface::getRouteProviders | function | core/ |
Gets all route provider instances. |
EntityTypeManagerInterface::getStorage | function | core/ |
Creates a new storage instance. |
EntityTypeManagerInterface::getViewBuilder | function | core/ |
Creates a new view builder instance. |
EntityTypeManagerTest::getTestHandlerClass | function | core/ |
Gets a mock controller class name. |
EntityTypeManagerTest::providerTestGetDefinition | function | core/ |
Provides test data for testGetDefinition(). |
EntityTypeManagerTest::testGetAccessControlHandler | function | core/ |
Tests the getAccessControlHandler() method. |
EntityTypeManagerTest::testGetDefinition | function | core/ |
Tests the getDefinition() method. |
EntityTypeManagerTest::testGetDefinitionInvalidException | function | core/ |
Tests the getDefinition() method with an invalid definition. |
EntityTypeManagerTest::testGetFormObject | function | core/ |
Tests the getFormObject() method. |
EntityTypeManagerTest::testGetFormObjectInvalidOperation | function | core/ |
Tests the getFormObject() method with an invalid operation. |
EntityTypeManagerTest::testGetHandler | function | core/ |
Tests the getHandler() method. |
EntityTypeManagerTest::testGetHandlerMissingHandler | function | core/ |
Tests the getHandler() method when no controller is defined. |
EntityTypeManagerTest::testGetListBuilder | function | core/ |
Tests the getListBuilder() method. |
EntityTypeManagerTest::testGetRouteProviders | function | core/ |
@covers ::getRouteProviders |
EntityTypeManagerTest::testGetStorage | function | core/ |
Tests the getStorage() method. |
EntityTypeManagerTest::testGetViewBuilder | function | core/ |
Tests the getViewBuilder() method. |
EntityTypeRepository::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
EntityTypeRepository::getEntityTypeLabels | function | core/ |
Builds a list of entity type labels suitable for a Form API options list. |
EntityTypeRepositoryInterface::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
EntityTypeRepositoryInterface::getEntityTypeLabels | function | core/ |
Builds a list of entity type labels suitable for a Form API options list. |
EntityTypeRepositoryTest::testGetEntityTypeFromClass | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch | function | core/ |
@covers ::getEntityTypeFromClass |
EntityTypeRepositoryTest::testGetEntityTypeLabels | function | core/ |
Tests the getEntityTypeLabels() method. |
EntityTypeTest::getTestHandlerClass | function | core/ |
Gets a mock controller class name. |
EntityTypeTest::providerTestGet | function | core/ |
Provides test data for testGet. |
EntityTypeTest::providerTestGetBundleLabel | function | core/ |
Provides test data for ::testGetBundleLabel(). |
EntityTypeTest::providerTestGetKeys | function | core/ |
Provides test data. |
EntityTypeTest::testGet | function | core/ |
@covers ::get |
EntityTypeTest::testGetAccessControlClass | function | core/ |
Tests the getAccessControlClass() method. |
EntityTypeTest::testGetBundleLabel | function | core/ |
Tests the ::getBundleLabel() method. |
Pagination
- Previous page
- Page 70
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.