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
BlockContentViewBuilder::viewMultiple function core/modules/block_content/src/BlockContentViewBuilder.php Builds the render array for the provided entities.
BlockDeleteForm::getDescription function core/modules/block/src/Form/BlockDeleteForm.php Returns additional text to display as a description.
BlockedIp class core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Destination for blocked IP addresses.
BlockedIp.php file core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php
BlockedIp::$banManager property core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php The IP ban manager.
BlockedIp::create function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Instantiates a new instance of the implementing class using autowiring.
BlockedIp::fields function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Returns an array of destination fields.
BlockedIp::getIds function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Gets the destination IDs.
BlockedIp::import function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Import the row.
BlockedIp::__construct function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Constructs a BlockedIp object.
BlockedIps class core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Drupal 7 blocked IPs source from database.
BlockedIps.php file core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
BlockedIps::fields function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Returns available fields on the source.
BlockedIps::getIds function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Defines the source fields uniquely identifying a source row.
BlockedIps::query function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Prepares query object to retrieve data from the source database.
BlockedIpsTest class core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php Tests D7 blocked_ip source plugin.
BlockedIpsTest.php file core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
BlockedIpsTest::$modules property core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php Modules to install.
BlockedIpsTest::providerSource function core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php Provides source data for ::testSource.
BlockLanguageTest::testMultipleLanguageTypes function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests block language visibility with different language types.
BlockUiTest::testBlockAdminUiPage function core/modules/block/tests/src/Functional/BlockUiTest.php Tests block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage function core/modules/block/tests/src/Functional/BlockUiTest.php Tests block demo page exists and functions correctly.
BlockViewBuilder::viewMultiple function core/modules/block/src/BlockViewBuilder.php Builds the render array for the provided entities.
BlockVisibility::$skipPHP property core/modules/block/src/Plugin/migrate/process/BlockVisibility.php Whether or not to skip blocks that use PHP for visibility.
BlockVisibilityTest::testTransformMultiplePagesWithFront function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php Tests transform multiple pages with front.
block_test.multiple_static_context service core/modules/block/tests/modules/block_test/block_test.services.yml Drupal\block_test\ContextProvider\MultipleStaticContext
BooleanOperator::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/BooleanOperator.php Exposed filter options.
BreadcrumbManagerTest::testBuildWithMultipleApplyingBuilders function core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php Tests multiple breadcrumb builder with different priority.
BreakLockForm::getDescription function core/modules/views_ui/src/Form/BreakLockForm.php Returns additional text to display as a description.
Breakpoint::getMultipliers function core/modules/breakpoint/src/Breakpoint.php Returns the multipliers.
BreakpointInterface::getMultipliers function core/modules/breakpoint/src/BreakpointInterface.php Returns the multipliers.
BreakpointTest::testGetMultipliers function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php Tests get multipliers.
BrowserWithJavascriptTest class core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests if we can execute JavaScript in the browser.
BrowserWithJavascriptTest.php file core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BrowserWithJavascriptTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php The theme to install as the default for testing.
BrowserWithJavascriptTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Modules to install.
BrowserWithJavascriptTest::drupalGetWithAlert function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Retrieves a Drupal path or an absolute path.
BrowserWithJavascriptTest::testAssertJsCondition function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BrowserWithJavascriptTest::testCreateScreenshot function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests creating screenshots.
BrowserWithJavascriptTest::testEscapingAssertions function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests assertEscaped() and assertUnescaped().
BrowserWithJavascriptTest::testJavascript function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
CacheBackendDecorator::deleteMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes multiple items from the cache.
CacheBackendDecorator::getMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Returns data from the persistent cache when given an array of cache IDs.
CacheBackendDecorator::invalidateMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Marks cache items as invalid.
CacheBackendDecorator::setMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Store multiple items in the persistent cache.
CacheBackendInterface::deleteMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes multiple items from the cache.
CacheBackendInterface::getMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Returns data from the persistent cache when given an array of cache IDs.
CacheBackendInterface::invalidateMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks cache items as invalid.
CacheBackendInterface::setMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Store multiple items in the persistent cache.
CachedStorage::readMultiple function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.

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