Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityTypeInterface::getLinkTemplate | function | core/ |
Gets the link template for a given key. |
| EntityTypeInterface::getLinkTemplates | function | core/ |
Gets the link templates using the URI template syntax. |
| EntityTypeInterface::getListBuilderClass | function | core/ |
Gets the list class. |
| EntityTypeInterface::getListCacheContexts | function | core/ |
The list cache contexts associated with this entity type. |
| EntityTypeInterface::getListCacheTags | function | core/ |
The list cache tags associated with this entity type. |
| EntityTypeInterface::getOriginalClass | function | core/ |
Gets the name of the original entity type class. |
| EntityTypeInterface::getPermissionGranularity | function | core/ |
Gets the permission granularity level. |
| EntityTypeInterface::getPluralLabel | function | core/ |
Gets the indefinite plural form of the name of the entity type. |
| EntityTypeInterface::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
| EntityTypeInterface::getRevisionTable | function | core/ |
Gets the name of the entity's revision table. |
| EntityTypeInterface::getRouteProviderClasses | function | core/ |
Gets all the route provide handlers. |
| EntityTypeInterface::getSingularLabel | function | core/ |
Gets the indefinite singular form of the name of the entity type. |
| 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::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::testGetFormObjectInvalidClass | function | core/ |
Tests the getFormObject() method with an invalid class. |
| 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/ |
Tests get route providers. |
| 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. |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.