| PerComponentEntityDisplay |
class |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
This class imports one component of an entity display. |
| PerComponentEntityDisplay.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
|
| PerComponentEntityDisplay::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
Gets the entity. |
| PerComponentEntityDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
|
| PerComponentEntityDisplayTest |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Tests the entity display destination plugin. |
| PerComponentEntityDisplayTest.php |
file |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
|
| PerComponentEntityDisplayTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Tests the entity display import method. |
| PerComponentEntityFormDisplay |
class |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
This class imports one component of an entity form display. |
| PerComponentEntityFormDisplay.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerComponentEntityFormDisplay::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
Gets the entity. |
| PerComponentEntityFormDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerComponentEntityFormDisplayTest |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display destination plugin. |
| PerComponentEntityFormDisplayTest.php |
file |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
|
| PerComponentEntityFormDisplayTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display import method. |
| PermissionsTest::testPreRenderNullEntity |
function |
core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php |
Tests the preRender method when getEntity returns NULL. |
| pgsql.entity.query.sql |
service |
core/core.services.yml |
Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory |
| pgsql.entity.query.sql |
service |
core/modules/pgsql/pgsql.services.yml |
Drupal\pgsql\EntityQuery\QueryFactory |
| plugin.manager.entity_reference_selection |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager |
| PluginBase::INCLUDE_ENTITY |
constant |
core/modules/views/src/Plugin/views/PluginBase.php |
Include entity row languages when listing languages. |
| PreEntityImportEvent |
class |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
Event dispatched before an entity is created during default content import. |
| PreEntityImportEvent.php |
file |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
|
| PreEntityImportEvent::$metadata |
property |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
The entity metadata. |
| PreEntityImportEvent::__construct |
function |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
|
| PreExportEvent::setEntityKeyExportable |
function |
core/lib/Drupal/Core/DefaultContent/PreExportEvent.php |
Toggles whether a specific entity key should be exported. |
| PrepareModulesEntityUninstallForm |
class |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Provides a form removing module content entities data before uninstallation. |
| PrepareModulesEntityUninstallForm.php |
file |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
|
| PrepareModulesEntityUninstallForm::$entityTypeId |
property |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
The entity type ID of the entities to delete. |
| PrepareModulesEntityUninstallForm::$entityTypeManager |
property |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
The entity type manager. |
| PrepareModulesEntityUninstallForm::buildForm |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Form constructor. |
| PrepareModulesEntityUninstallForm::checkAccess |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Checks access based on the validity of the entity type ID. |
| PrepareModulesEntityUninstallForm::create |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| PrepareModulesEntityUninstallForm::deleteContentEntities |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Deletes the content entities of the specified entity type. |
| PrepareModulesEntityUninstallForm::formTitle |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Gets the form title. |
| PrepareModulesEntityUninstallForm::getCancelUrl |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns the route to go to if the user cancels the action. |
| PrepareModulesEntityUninstallForm::getConfirmText |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns a caption for the button that confirms the action. |
| PrepareModulesEntityUninstallForm::getDescription |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns additional text to display as a description. |
| PrepareModulesEntityUninstallForm::getFormId |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns a unique string identifying the form. |
| PrepareModulesEntityUninstallForm::getQuestion |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns the question to ask the user. |
| PrepareModulesEntityUninstallForm::moduleBatchFinished |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Implements callback_batch_finished(). |
| PrepareModulesEntityUninstallForm::submitForm |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Form submission handler. |
| PrepareModulesEntityUninstallForm::__construct |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Constructs a PrepareModulesEntityUninstallForm object. |
| PrepareModulesEntityUninstallFormTest |
class |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
Tests PrepareModulesEntityUninstallForm. |
| PrepareModulesEntityUninstallFormTest.php |
file |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
|
| PrepareModulesEntityUninstallFormTest::$modules |
property |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
Modules to install. |
| PrepareModulesEntityUninstallFormTest::testModuleEntityUninstallTitle |
function |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
Tests PrepareModulesEntityUninstallForm::formTitle. |
| PreprocessHooks::entityAddList |
function |
core/themes/admin/src/Hook/PreprocessHooks.php |
Implements hook_preprocess_HOOK() for entity_add_list. |
| PreprocessHooks::preprocessEntityAddList |
function |
core/themes/default_admin/src/Hook/PreprocessHooks.php |
Implements hook_preprocess_HOOK() for entity_add_list. |
| PrivateFileOnTranslatedEntityTest |
class |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
Uploads private files to translated node and checks access. |
| PrivateFileOnTranslatedEntityTest.php |
file |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
|
| PrivateFileOnTranslatedEntityTest::$defaultTheme |
property |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
The theme to install as the default for testing. |