CustomBlockController::$entityManager |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Entity Manager service. |
EntityWrapper::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinitions(). |
EntityTranslationTestBase::$langcodes |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
The enabled languages. |
EntityTranslationTestBase::$fieldName |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
The name of the field used to test translation. |
EntityListControllerInterface::render |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Renders the list page markup to be output. |
EntityTranslationTestBase::setupUsers |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Creates and activates translator, editor and admin users. |
EntityNG::$uriPlaceholderReplacements |
property |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Local cache for URI placeholder substitution values. |
EntityTranslationSyncImageTest::setUp |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
Sets up a Drupal site for running functional and integration tests. |
EntityTestTranslationUITest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Modules to enable. |
TextPlainUnitTest::renderEntityFields |
function |
drupal/core/modules/text/lib/Drupal/text/Tests/Formatter/TextPlainUnitTest.php |
Renders fields of a given entity with a given display. |
EntityTranslationWorkflowsTest::setUp |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
Sets up a Drupal site for running functional and integration tests. |
EntityFormControllerInterface::submit |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Updates the form's entity by processing this submission's values. |
EntityStorageControllerInterface::save |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Saves the entity permanently. |
EntityBCDecoratorTest::testBCDecorator |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php |
Tests using the entity BC decorator with entity properties. |
EntityReferenceController::__construct |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Constructs a EntityReferenceController object. |
entity.view_mode.node.search_index.yml |
file |
drupal/core/modules/search/config/entity.view_mode.node.search_index.yml |
drupal/core/modules/search/config/entity.view_mode.node.search_index.yml |
_translation_entity_menu_strip_loaders |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Strips out menu loaders from the given path. |
EntityReferenceSelectionAccessTest.php |
file |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php |
Contains \Drupal\entity_reference\Tests\EntityReferenceSelectionAccessTest. |
GroupSequenceProviderEntity::$lastName |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php |
|
FieldStorageController::$entityManager |
property |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
The entity manager. |
GroupSequenceProviderEntity::setGroups |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php |
|
translation_entity_test_views.info.yml |
file |
drupal/core/modules/translation_entity/tests/modules/translation_entity_test_views/translation_entity_test_views.info.yml |
drupal/core/modules/translation_entity/tests/modules/translation_entity_test_views/translation_entity_test_views.info.yml |
EntityQueryAggregateTest::$queryResult |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
The actual query result, to compare later. |
PreUpdateEventArgs::getEntityChangeSet |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php |
Retrieve entity changeset. |
CommentTranslationUITest::createEntity |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::createEntity(). |
entity.view_mode.custom_block.full.yml |
file |
drupal/core/modules/block/custom_block/config/entity.view_mode.custom_block.full.yml |
drupal/core/modules/block/custom_block/config/entity.view_mode.custom_block.full.yml |
EntityQueryRelationshipTest::$accounts |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
User entities. |
EntityQueryRelationshipTest::$entities |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
entity_test entities. |
EntityQueryRelationshipTest::testQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Tests querying. |
translation_entity_translatable_switch |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Toggles translatability of the given field. |
SearchMultilingualEntityTest::$modules |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php |
Modules to enable. |
EntityDisplayBaseInterface::createCopy |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBaseInterface.php |
Creates a duplicate of the EntityDisplay object on a different view mode. |
translation_entity_prepare_translation |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Populates target values with the source values. |
field_sql_storage_entity_bundle_rename |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_entity_bundle_rename(). |
ViewCloneFormController::prepareEntity |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::prepareForm(). |
EntityDisplayBase::getExportProperties |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Overrides \Drupal\Core\Entity\Entity::getExportProperties(). |
AbstractEntityBodyDecorator::getStream |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get the stream resource |
AbstractEntityBodyDecorator::setStream |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
entity_crud_hook_test_entity_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_predelete(). |
EntityEnclosingRequest::removePostFile |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Remove a POST file from the request |
FilterEntityBundleTest::$entityBundles |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php |
Entity bundle data. |
AbstractClassMetadataFactory::isEntity |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Checks whether the class metadata is an entity. |
entity_reference_get_selection_handler |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Gets the selection handler for a given entity_reference field. |
EntityValidationTest::createTestEntity |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php |
Creates a test entity. |
EntitySerializationTest::testNormalize |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php |
Test the normalize function. |
EntitySerializationTest::testSerialize |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php |
Test registered Serializer's entity serialization for core's formats. |
TranslationEntityViewsUITest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationEntityViewsUITest.php |
Modules to enable. |
EntityBodyInterface::setRewindFunction |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
Specify a custom callback used to rewind a non-seekable stream. This can be useful entity enclosing requests
that are redirected. |
EntityReferenceAutoCreateTest::getInfo |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php |
|
entity.display.node.article.teaser.yml |
file |
drupal/core/profiles/standard/config/entity.display.node.article.teaser.yml |
drupal/core/profiles/standard/config/entity.display.node.article.teaser.yml |