Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 8.9.x for ip
  4. Search 10.3.x for ip
  5. Search 11.x for ip
  6. Other projects
Title Object type File name Summary
ViewsRenderPipelineMarkup.php file core/modules/views/src/Render/ViewsRenderPipelineMarkup.php
ViewsSelection::stripAdminAndAnchorTagsFromResults function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Strips all admin and anchor tags from a result list.
ViewsTestConfigHooks::viewsPluginsRelationshipAlter function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_views_plugins_relationship_alter().
ViewsTestDataHooks::formViewsFormTestFormMultipleDefaultAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsTestFormMultipleController class core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Controller routines for views form multiple test routes.
ViewsTestFormMultipleController.php file core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php
ViewsTestFormMultipleController::testPage function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Returns a test page having test_form_multiple view embedded twice.
ViewsThemeHooks::preprocessViewsMiniPager function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views mini-pager templates.
ViewUI::loadMultiple function core/modules/views_ui/src/ViewUI.php Loads one or more entities.
ViewUI::uriRelationships function core/modules/views_ui/src/ViewUI.php Gets a list of URI relationships supported by this entity.
Vocabulary::$description property core/modules/taxonomy/src/Entity/Vocabulary.php Description of the vocabulary.
Vocabulary::getDescription function core/modules/taxonomy/src/Entity/Vocabulary.php Returns the vocabulary description.
VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Tests for loading multiple vocabularies.
VocabularyDeleteForm::getDescription function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php Returns additional text to display as a description.
VocabularyInterface::getDescription function core/modules/taxonomy/src/VocabularyInterface.php Returns the vocabulary description.
VocabularyInterface::HIERARCHY_MULTIPLE constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that one or more terms in the vocabulary have multiple parents.
VocabularyResetForm::getDescription function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns additional text to display as a description.
WebAssertTest::testPipeCharInLocator function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExists() with pipe character (|) in locator.
WebDriverTestBase::$failOnJavascriptConsoleErrors property core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Determines if a test should fail on JavaScript console errors.
WebDriverTestBase::failOnJavaScriptErrors function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Triggers a test failure if a JavaScript error was encountered.
WidgetBase::formMultipleElements function core/lib/Drupal/Core/Field/WidgetBase.php Special handling to create form elements for multiple values.
WidgetBase::getFilteredDescription function core/lib/Drupal/Core/Field/WidgetBase.php Returns the filtered field description.
WidgetBase::handlesMultipleValues function core/lib/Drupal/Core/Field/WidgetBase.php Returns whether the widget handles multiple values.
Workflow::loadMultipleByType function core/modules/workflows/src/Entity/Workflow.php Loads all workflows of the provided type.
WorkspaceActivateForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceActivateForm.php Returns additional text to display as a description.
WorkspaceDeleteForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceDeleteForm.php Returns additional text to display as a description.
WorkspaceIntegrationTest::testCliPublishing function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests workspace publishing as anonymous user, simulating a CLI request.
WorkspaceIntegrationTest::testEntityQueryRelationship function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests the Entity Query relationship API with workspaces.
WorkspaceMergeForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns additional text to display as a description.
WorkspacePublishForm::getDescription function core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php Returns additional text to display as a description.
WorkspacesContentModerationStateTest::SKIP_METHODS constant core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
WorkspacesContentModerationStateTest::testContentModerationMultipleEntityTypesWithWorkspaces function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Publish a workspace with multiple entities from different entity types.
WorkspacesEntityRepository::getActiveMultiple function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the active entity variants matching the specified context.
WorkspacesEntityRepository::getCanonicalMultiple function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the canonical entity variants matching the specified context.
WorkspacesMediaLibraryIntegrationTest::SKIP_METHODS constant core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php An array of test methods that are not relevant for workspaces.
WorkspaceTrackerTest::testMoveTrackedEntitiesWithMultipleRevisions function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests moving an entity with multiple revisions between workspaces.
XssUnitTest::testBadProtocolStripping function core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php Checks that harmful protocols are stripped.
Zip class core/modules/system/src/Plugin/Archiver/Zip.php Defines an archiver implementation for .zip files.
Zip class core/lib/Drupal/Core/Archiver/Zip.php Defines an archiver implementation for .zip files.
Zip.php file core/lib/Drupal/Core/Archiver/Zip.php
Zip.php file core/modules/system/src/Plugin/Archiver/Zip.php
Zip::$zip property core/lib/Drupal/Core/Archiver/Zip.php The underlying ZipArchive instance that does the heavy lifting.
Zip::add function core/lib/Drupal/Core/Archiver/Zip.php Adds the specified file or directory to the archive.
Zip::extract function core/lib/Drupal/Core/Archiver/Zip.php Extracts multiple files in the archive to the specified path.
Zip::getArchive function core/lib/Drupal/Core/Archiver/Zip.php Retrieves the zip engine itself.
Zip::listContents function core/lib/Drupal/Core/Archiver/Zip.php Lists all files in the archive.
Zip::remove function core/lib/Drupal/Core/Archiver/Zip.php Removes the specified file from the archive.
Zip::__construct function core/lib/Drupal/Core/Archiver/Zip.php Constructs a Zip object.
ZipTest class core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php Tests Drupal\Core\Archiver\Zip.
ZipTest.php file core/tests/Drupal/KernelTests/Core/Archiver/ZipTest.php

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