Search for prepare

  1. Search 7.x for prepare
  2. Search 9.5.x for prepare
  3. Search 8.9.x for prepare
  4. Search 11.x for prepare
  5. Other projects
Title Object type File name Summary
PrepareUninstallTest::testUninstall function core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Tests that Node and Taxonomy can be uninstalled.
ProfileField::prepareRow function core/modules/user/src/Plugin/migrate/source/ProfileField.php Adds additional data to the row.
ProfileFieldValues::prepareRow function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php Adds additional data to the row.
Query::prepare function core/modules/workspaces/src/EntityQuery/Query.php Prepares the basic query with proper metadata/tags and base fields.
Query::prepare function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Prepares the basic query with proper metadata/tags and base fields.
QueryAggregate::prepare function core/modules/workspaces/src/EntityQuery/QueryAggregate.php Prepares the basic query with proper metadata/tags and base fields.
QueryAggregate::prepare function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Prepares the basic query with proper metadata/tags and base fields.
QueryTrait::prepare function core/modules/workspaces/src/EntityQuery/QueryTrait.php
RequestHandler::prepareResponse function core/modules/rest/src/RequestHandler.php Prepares the REST resource response.
ResponsiveImageStyles::prepareRow function core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php Adds additional data to the row.
ReviewForm::prepareOutput function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Prepare the migration state data for output.
RevisionRevertForm::prepareRevision function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Prepares a revision to be reverted.
RevisionRevertFormTest::testPrepareRevision function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Tests the revert process.
Role::prepareRow function core/modules/user/src/Plugin/migrate/source/d6/Role.php Adds additional data to the row.
Role::prepareRow function core/modules/user/src/Plugin/migrate/source/d7/Role.php Adds additional data to the row.
Schema::prepareComment function core/modules/mysql/src/Driver/Database/mysql/Schema.php Prepare a table or column comment for database query.
Schema::prepareComment function core/lib/Drupal/Core/Database/Schema.php Prepare a table or column comment for database query.
SearchPage::prepareRow function core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php Adds additional data to the row.
SearchQuery::$executedPrepare property core/modules/search/src/SearchQuery.php Indicates whether the preparation step has been executed.
SearchQuery::prepareAndNormalize function core/modules/search/src/SearchQuery.php Prepares the query and calculates the normalization factor.
Select::$prepared property core/lib/Drupal/Core/Database/Query/Select.php Indicates if preExecute() has already been called.
Select::isPrepared function core/lib/Drupal/Core/Database/Query/Select.php Indicates if preExecute() has already been called on that object.
Select::prepareCountQuery function core/lib/Drupal/Core/Database/Query/Select.php Prepares a count query from the current query object.
SelectExtender::isPrepared function core/lib/Drupal/Core/Database/Query/SelectExtender.php Indicates if preExecute() has already been called on that object.
SelectInterface::isPrepared function core/lib/Drupal/Core/Database/Query/SelectInterface.php Indicates if preExecute() has already been called on that object.
SingleVisibleProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Prepares the current environment for running the test.
SourcePluginBase::prepareRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Adds additional data to the row.
Sql::prepareUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Prepares to run a full update.
SqlBase::prepareQuery function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Adds tags and metadata to the query.
StyleTableUnitTest::prepareView function core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Prepares a view executable by initializing everything which is needed.
SuperUserAccessInstallTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Prepares the current environment for running the test.
TemporaryJsonapiFileFieldUploader::prepareFilename function core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php Prepares the filename to strip out any malicious extensions.
Term::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php Adds additional data to the row.
Term::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php Adds additional data to the row.
TermEntityTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Adds additional data to the row.
TermLocalizedTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Adds additional data to the row.
TermLocalizedTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermLocalizedTranslation.php Adds additional data to the row.
TermNode::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php Adds additional data to the row.
TermTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermTranslation.php Adds additional data to the row.
TestDifferentDisplays::prepareFormDisplay function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php Prepares the media type fields for this source in the form display.
TestDifferentDisplays::prepareViewDisplay function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php Prepares the media type fields for this source in the view display.
TestFieldPrepareViewFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Plugin implementation of the 'field_test_with_prepare_view' formatter.
TestFieldPrepareViewFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php
TestFieldPrepareViewFormatter::defaultSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Defines the default settings for this plugin.
TestFieldPrepareViewFormatter::prepareView function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Allows formatters to load information for field values being displayed.
TestFieldPrepareViewFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Returns a form to configure settings for the formatter.
TestFieldPrepareViewFormatter::settingsSummary function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Returns a short summary for the current formatter settings.
TestFieldPrepareViewFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Builds a renderable array for a field value.
TestPrepareLayout class core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php Provides an event subscriber for testing section storage alteration.
TestPrepareLayout.php file core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php

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