Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityRouteEnhancer.php | file | core/ |
|
| EntityRouteEnhancer::applies | function | core/ |
Returns whether the enhancer runs on the current route. |
| EntityRouteEnhancer::enhance | function | core/ |
Updates the defaults for a route definition based on the request. |
| EntityRouteEnhancer::enhanceEntityForm | function | core/ |
Update defaults for entity forms. |
| EntityRouteEnhancer::enhanceEntityList | function | core/ |
Update defaults for an entity list. |
| EntityRouteEnhancer::enhanceEntityView | function | core/ |
Update defaults for an entity view. |
| EntityRouteEnhancerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Enhancer\EntityRouteEnhancer[[api-linebreak]] @group Entity |
| EntityRouteEnhancerTest.php | file | core/ |
|
| EntityRouteEnhancerTest::testEnhancer | function | core/ |
Tests the enhancer method. |
| EntityRouteProviderInterface | interface | core/ |
Allows entity types to provide routes. |
| EntityRouteProviderInterface.php | file | core/ |
|
| EntityRouteProviderInterface::getRoutes | function | core/ |
Provides routes for entities. |
| EntityRouteProviderSubscriber | class | core/ |
Ensures that routes can be provided by entity types. |
| EntityRouteProviderSubscriber.php | file | core/ |
|
| EntityRouteProviderSubscriber::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityRouteProviderSubscriber::getSubscribedEvents | function | core/ |
|
| EntityRouteProviderSubscriber::onDynamicRouteEvent | function | core/ |
Provides routes on route rebuild time. |
| EntityRouteProviderSubscriber::__construct | function | core/ |
Constructs a new EntityRouteProviderSubscriber instance. |
| EntityRow | class | core/ |
Generic entity row plugin to provide a common base for all entity types. |
| EntityRow.php | file | core/ |
|
| EntityRow::$base_table | property | core/ |
The table the entity is using for storage. |
| EntityRow::$entityDisplayRepository | property | core/ |
The entity display repository. |
| EntityRow::$entityRepository | property | core/ |
The entity repository service. |
| EntityRow::$entityType | property | core/ |
Contains the entity type of this row plugin instance. |
| EntityRow::$entityTypeId | property | core/ |
Stores the entity type ID of the result entities. |
| EntityRow::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityRow::$languageManager | property | core/ |
The language manager. |
| EntityRow::buildOptionsForm | function | core/ |
Provide a form for setting options. |
| EntityRow::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| EntityRow::create | function | core/ |
Creates an instance of the plugin. |
| EntityRow::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| EntityRow::getEntityRepository | function | core/ |
|
| EntityRow::getEntityTypeId | function | core/ |
Returns the entity type identifier. |
| EntityRow::getEntityTypeManager | function | core/ |
|
| EntityRow::getLanguageManager | function | core/ |
Returns the language manager. |
| EntityRow::getView | function | core/ |
Returns the top object of a view. |
| EntityRow::init | function | core/ |
Initialize the plugin. |
| EntityRow::preRender | function | core/ |
Allow the style to do stuff before each row is rendered. |
| EntityRow::query | function | core/ |
Add anything to the query that we might need to. |
| EntityRow::render | function | core/ |
Renders a row object. |
| EntityRow::summaryTitle | function | core/ |
Returns the summary of the settings in the display. |
| EntityRow::__construct | function | core/ |
Constructs a new EntityRow object. |
| EntitySchemaSubscriber | class | core/ |
Defines a class for listening to entity schema changes. |
| EntitySchemaSubscriber | class | core/ |
Defines a class for listening to entity schema changes. |
| EntitySchemaSubscriber.php | file | core/ |
|
| EntitySchemaSubscriber.php | file | core/ |
|
| EntitySchemaSubscriber::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
| EntitySchemaSubscriber::$entityDefinitionUpdateManager | property | core/ |
The definition update manager. |
| EntitySchemaSubscriber::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema definitions. |
| EntitySchemaSubscriber::$state | property | core/ |
The state service. |
Pagination
- Previous page
- Page 527
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.