Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
EntityRevisionViewController::title function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Provides a title callback for a revision of an entity.
EntityRevisionViewController::__construct function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Creates a new EntityRevisionViewController.
EntityRevisionViewController::__invoke function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Provides a page to render a single entity revision.
EntityRouteAlterSubscriber class core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Registers the &#039;type&#039; of route parameter names that match an entity type.
EntityRouteAlterSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteAlterSubscriber::$resolverManager property core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php The entity resolver manager.
EntityRouteAlterSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteAlterSubscriber::onRoutingRouteAlterSetType function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Applies parameter converters to route parameters.
EntityRouteAlterSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php Constructs an EntityRouteAlterSubscriber instance.
EntityRouteEnhancer class core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Enhances an entity form route with the appropriate controller.
EntityRouteEnhancer.php file core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php
EntityRouteEnhancer::applies function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Returns whether the enhancer runs on the current route.
EntityRouteEnhancer::enhance function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Updates the defaults for a route definition based on the request.
EntityRouteEnhancer::enhanceEntityForm function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Update defaults for entity forms.
EntityRouteEnhancer::enhanceEntityList function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Update defaults for an entity list.
EntityRouteEnhancer::enhanceEntityView function core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php Update defaults for an entity view.
EntityRouteEnhancerTest class core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php @coversDefaultClass \Drupal\Core\Entity\Enhancer\EntityRouteEnhancer[[api-linebreak]]
@group Entity
EntityRouteEnhancerTest.php file core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php
EntityRouteEnhancerTest::testEnhancer function core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php Tests the enhancer method.
EntityRouteProviderInterface interface core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Allows entity types to provide routes.
EntityRouteProviderInterface.php file core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php
EntityRouteProviderInterface::getRoutes function core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Provides routes for entities.
EntityRouteProviderSubscriber class core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php Ensures that routes can be provided by entity types.
EntityRouteProviderSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php
EntityRouteProviderSubscriber::$entityTypeManager property core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php The entity type manager service.
EntityRouteProviderSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php
EntityRouteProviderSubscriber::onDynamicRouteEvent function core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php Provides routes on route rebuild time.
EntityRouteProviderSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php Constructs a new EntityRouteProviderSubscriber instance.
EntityRow class core/modules/views/src/Plugin/views/row/EntityRow.php Generic entity row plugin to provide a common base for all entity types.
EntityRow.php file core/modules/views/src/Plugin/views/row/EntityRow.php
EntityRow::$base_table property core/modules/views/src/Plugin/views/row/EntityRow.php The table the entity is using for storage.
EntityRow::$entityDisplayRepository property core/modules/views/src/Plugin/views/row/EntityRow.php The entity display repository.
EntityRow::$entityRepository property core/modules/views/src/Plugin/views/row/EntityRow.php The entity repository service.
EntityRow::$entityType property core/modules/views/src/Plugin/views/row/EntityRow.php Contains the entity type of this row plugin instance.
EntityRow::$entityTypeId property core/modules/views/src/Plugin/views/row/EntityRow.php Stores the entity type ID of the result entities.
EntityRow::$entityTypeManager property core/modules/views/src/Plugin/views/row/EntityRow.php The entity type manager.
EntityRow::$languageManager property core/modules/views/src/Plugin/views/row/EntityRow.php The language manager.
EntityRow::buildOptionsForm function core/modules/views/src/Plugin/views/row/EntityRow.php Provide a form for setting options.
EntityRow::calculateDependencies function core/modules/views/src/Plugin/views/row/EntityRow.php Calculates dependencies for the configured plugin.
EntityRow::create function core/modules/views/src/Plugin/views/row/EntityRow.php Creates an instance of the plugin.
EntityRow::defineOptions function core/modules/views/src/Plugin/views/row/EntityRow.php Information about options for all kinds of purposes will be held here.
EntityRow::getEntityRepository function core/modules/views/src/Plugin/views/row/EntityRow.php
EntityRow::getEntityTypeId function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the entity type identifier.
EntityRow::getEntityTypeManager function core/modules/views/src/Plugin/views/row/EntityRow.php
EntityRow::getLanguageManager function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the language manager.
EntityRow::getView function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the top object of a view.
EntityRow::init function core/modules/views/src/Plugin/views/row/EntityRow.php Initialize the plugin.
EntityRow::preRender function core/modules/views/src/Plugin/views/row/EntityRow.php Allow the style to do stuff before each row is rendered.
EntityRow::query function core/modules/views/src/Plugin/views/row/EntityRow.php Add anything to the query that we might need to.
EntityRow::render function core/modules/views/src/Plugin/views/row/EntityRow.php Renders a row object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.