Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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::getEntityManager function core/modules/views/src/Plugin/views/row/EntityRow.php
EntityRow::getEntityRepository function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the entity repository.
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 Returns the entity type manager.
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 Render a row object. This usually passes through to a theme template
of some form, but not always.
EntityRow::summaryTitle function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the summary of the settings in the display.
EntityRow::__construct function core/modules/views/src/Plugin/views/row/EntityRow.php Constructs a new EntityRow object.
EntitySavedCommand class core/modules/quickedit/src/Ajax/EntitySavedCommand.php AJAX command to indicate the entity was loaded from PrivateTempStore and
saved into the database.
EntitySavedCommand.php file core/modules/quickedit/src/Ajax/EntitySavedCommand.php
EntitySavedCommand::__construct function core/modules/quickedit/src/Ajax/EntitySavedCommand.php Constructs a EntitySaveCommand object.
EntitySchemaSubscriber class core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Defines a class for listening to entity schema changes.
EntitySchemaSubscriber class core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Defines a class for listening to entity schema changes.
EntitySchemaSubscriber.php file core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber.php file core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::$entityDefinitionUpdateManager property core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php The entity definition update manager.
EntitySchemaSubscriber::$entityDefinitionUpdateManager property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The definition update manager.
EntitySchemaSubscriber::$entityLastInstalledSchemaRepository property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The last installed schema definitions.
EntitySchemaSubscriber::$state property core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php The state service.
EntitySchemaSubscriber::$workspaceManager property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The workspace manager.
EntitySchemaSubscriber::addRevisionMetadataField function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Adds the 'workspace' revision metadata field to an entity type.
EntitySchemaSubscriber::getSubscribedEvents function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getSubscribedEvents function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getWorkspaceFieldDefinition function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Gets the base field definition for the 'workspace' revision metadata field.
EntitySchemaSubscriber::onEntityTypeCreate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the creation of the entity type.
EntitySchemaSubscriber::onEntityTypeCreate function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the creation of the entity type.
EntitySchemaSubscriber::onEntityTypeDelete function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the deletion of the entity type.
EntitySchemaSubscriber::onEntityTypeUpdate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the update of the entity type.
EntitySchemaSubscriber::onEntityTypeUpdate function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the update of the entity type.
EntitySchemaSubscriber::onFieldableEntityTypeCreate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the creation of the fieldable entity type.
EntitySchemaSubscriber::onFieldableEntityTypeUpdate function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Reacts to the update of a fieldable entity type.
EntitySchemaSubscriber::__construct function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Constructs a new EntitySchemaSubscriber.
EntitySchemaSubscriber::__construct function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php Constructs a new EntitySchemaSubscriber.
EntitySchemaTest class core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Tests the default entity storage schema handler.
EntitySchemaTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
EntitySchemaTest::$database property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php The database connection used.
EntitySchemaTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Modules to enable.
EntitySchemaTest::findPrimaryKeys function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Finds the primary keys for a given entity type.

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