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
entity-meta.pcss.css file core/themes/claro/css/components/entity-meta.pcss.css Entity meta.
This file contains the styles for the top right hand sidebar of the node/add form.
entity-moderation-form.html.twig file core/themes/stable9/templates/content-edit/entity-moderation-form.html.twig &lt;ul class=&quot;entity-moderation-form&quot;&gt;
&lt;li class=&quot;entity-moderation-form__item&quot;&gt;{{ form.current }}&lt;/li&gt;
&lt;li class=&quot;entity-moderation-form__item&quot;&gt;{{ form.new_state }}&lt;/li&gt;
&lt;li…
entity-moderation-form.html.twig file core/modules/content_moderation/templates/entity-moderation-form.html.twig &lt;ul class=&quot;entity-moderation-form&quot;&gt;
&lt;li class=&quot;entity-moderation-form__item&quot;&gt;{{ form.current }}&lt;/li&gt;
&lt;li class=&quot;entity-moderation-form__item&quot;&gt;{{ form.new_state }}&lt;/li&gt;
&lt;li…
entity-page-title.html.twig file core/themes/stable9/templates/field/entity-page-title.html.twig Theme override for entity page title.
entity-page-title.html.twig file core/modules/system/templates/entity-page-title.html.twig Default theme implementation for entity page title.
entity.api.php file core/lib/Drupal/Core/Entity/entity.api.php Hooks and documentation related to entities.
entity.autocomplete_matcher service core/core.services.yml Drupal\Core\Entity\EntityAutocompleteMatcher
entity.bundle_config_import_validator service core/core.services.yml Drupal\Core\Entity\Event\BundleConfigImportValidate
entity.definition_update_manager service core/core.services.yml Drupal\Core\Entity\EntityDefinitionUpdateManager
entity.form_builder service core/core.services.yml Drupal\Core\Entity\EntityFormBuilder
entity.last_installed_schema.repository service core/core.services.yml Drupal\Core\Entity\EntityLastInstalledSchemaRepository
entity.memory_cache service core/core.services.yml Drupal\Core\Cache\MemoryCache\MemoryCache
Entity.php file core/modules/views/src/Plugin/views/argument_validator/Entity.php
Entity.php file core/modules/views/src/Plugin/views/area/Entity.php
Entity.php file core/modules/migrate/src/Plugin/migrate/destination/Entity.php
entity.query.config service core/core.services.yml Drupal\Core\Config\Entity\Query\QueryFactory
entity.query.keyvalue service core/core.services.yml Drupal\Core\Entity\KeyValueStore\Query\QueryFactory
entity.query.null service core/core.services.yml Drupal\Core\Entity\Query\Null\QueryFactory
entity.query.sql service core/core.services.yml Drupal\Core\Entity\Query\Sql\QueryFactory
entity.repository service core/core.services.yml Drupal\Core\Entity\EntityRepository
Entity::$bundles property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The list of the bundles of this entity type.
Entity::$entityDisplayRepository property core/modules/views/src/Plugin/views/area/Entity.php The entity display repository.
Entity::$entityFieldManager property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The entity field manager.
Entity::$entityRepository property core/modules/views/src/Plugin/views/area/Entity.php The entity repository service.
Entity::$entityType property core/modules/views/src/Plugin/views/area/Entity.php Stores the entity type of the result entities.
Entity::$entityTypeBundleInfo property core/modules/views/src/Plugin/views/argument_validator/Entity.php The entity bundle info.
Entity::$entityTypeManager property core/modules/views/src/Plugin/views/argument_validator/Entity.php The entity type manager.
Entity::$entityTypeManager property core/modules/views/src/Plugin/views/area/Entity.php The entity type manager.
Entity::$multipleCapable property core/modules/views/src/Plugin/views/argument_validator/Entity.php If this validator can handle multiple arguments.
Entity::$storage property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The entity storage.
Entity::buildOptionsForm function core/modules/views/src/Plugin/views/area/Entity.php Provide a form to edit options for this plugin.
Entity::buildOptionsForm function core/modules/views/src/Plugin/views/argument_validator/Entity.php Provides the default form for setting options.
Entity::calculateDependencies function core/modules/views/src/Plugin/views/argument_validator/Entity.php Calculates dependencies for the configured plugin.
Entity::calculateDependencies function core/modules/views/src/Plugin/views/area/Entity.php Calculates dependencies for the configured plugin.
Entity::calculateDependencies function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Calculates dependencies for the configured plugin.
Entity::create function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Creates an instance of the plugin.
Entity::create function core/modules/views/src/Plugin/views/area/Entity.php Creates an instance of the plugin.
Entity::create function core/modules/views/src/Plugin/views/argument_validator/Entity.php Creates an instance of the plugin.
Entity::defineOptions function core/modules/views/src/Plugin/views/argument_validator/Entity.php Retrieves the options when this is a new access control plugin.
Entity::defineOptions function core/modules/views/src/Plugin/views/area/Entity.php Information about options for all kinds of purposes will be held here.
Entity::fields function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Returns an array of destination fields.
Entity::getBundle function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Gets the bundle for the row taking into account the default.
Entity::getContextDefinition function core/modules/views/src/Plugin/views/argument_validator/Entity.php Returns a context definition for this argument.
Entity::getEntity function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Creates or loads an entity.
Entity::getEntityId function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Gets the entity ID of the row.
Entity::getKey function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Returns a specific entity key.
Entity::init function core/modules/views/src/Plugin/views/area/Entity.php Overrides Drupal\views\Plugin\views\HandlerBase::init().
Entity::processStubRow function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Populates as much of the stub row as possible.
Entity::render function core/modules/views/src/Plugin/views/area/Entity.php Render the area.
Entity::rollback function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Delete the specified destination object from the target Drupal.

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