Search for next

  1. Search 7.x for next
  2. Search 9.5.x for next
  3. Search 8.9.x for next
  4. Search 10.3.x for next
  5. Other projects
Title Object type File name Summary
IconExtractorSettingsForm::buildNumberForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for a number or integer setting.
IconExtractorSettingsForm::buildStringForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for a string setting to a textfield.
IconExtractorSettingsForm::COLOR_TYPE constant core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php
IconExtractorSettingsForm::generateSettingsForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Create the Drupal Form API element from the settings.
IconExtractorSettingsForm::getOptions function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Get option list for enumerations.
IconExtractorSettingsForm::initSettingForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Init setting from common JSON Schema properties.
IconExtractorSettingsFormTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php @coversDefaultClass \Drupal\Core\Theme\Icon\IconExtractorSettingsForm
IconExtractorSettingsFormTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php
IconExtractorSettingsFormTest::settingsFormDataProvider function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Provide data for testGenerateSettingsForm.
IconExtractorSettingsFormTest::testGenerateSettingsForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Test the IconExtractorSettingsForm::generateSettingsForm method.
IconExtractorSettingsFormTest::testGenerateSettingsFormWithValues function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Test the IconExtractorSettingsForm::generateSettingsForm method.
IconExtractorTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php @coversDefaultClass \Drupal\Core\Theme\Icon\Attribute\IconExtractor
IconExtractorTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php
IconExtractorTest::$container property core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php The container.
IconExtractorTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php
IconExtractorTest::testConstruct function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php Test the IconExtractor::_construct method.
IconExtractorWithFinder class core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Base class for icon_extractor plugins.
IconExtractorWithFinder.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php
IconExtractorWithFinder::checkRequiredConfigSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Check the required `config > sources` value from definition.
IconExtractorWithFinder::create function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Creates an instance of the plugin.
IconExtractorWithFinder::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Create files data from sources config.
IconExtractorWithFinder::__construct function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Constructs a IconExtractorWithFinder object.
IconExtractorWithFinderInterface interface core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Interface for icon_extractor plugins.
IconExtractorWithFinderInterface.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php
IconExtractorWithFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Create files data from sources config.
MigrateSourceTest::testNextNeedsUpdate function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that $row->needsUpdate() works as expected.
ModuleExtensionList::doScanExtensions function core/lib/Drupal/Core/Extension/ModuleExtensionList.php Scans the available extensions.
NullIdMap::next function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
PlaceholderInterface::nextPlaceholder function core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php Returns the next placeholder ID for the query.
PluginExtended class core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php Defines a test annotation that extends an annotation in another namespace.
PluginExtended.php file core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php
ProjectSecurityRequirement::$nextMajorMinorVersion property core/modules/update/src/ProjectSecurityRequirement.php The next version after the installed version in the format [MAJOR].[MINOR].
Query::$nextPlaceholder property core/lib/Drupal/Core/Database/Query/Query.php The placeholder counter.
Query::nextPlaceholder function core/lib/Drupal/Core/Database/Query/Query.php Gets the next placeholder value for this query object.
RedirectResponseSubscriberTest::testRedirectWithOptInExternalUrl function core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @covers ::checkRedirectUrl
Schema::nextPlaceholder function core/lib/Drupal/Core/Database/Schema.php Returns the next placeholder ID for the query.
Section::getNextHighestWeight function core/modules/layout_builder/src/Section.php Returns the next highest weight of the component in a region.
SelectExtender::nextPlaceholder function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns the next placeholder ID for the query.
SourcePluginBase::fetchNextRow function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Position the iterator to the following row.
SourcePluginBase::next function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
Sql::next function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Implementation of \Iterator::next().
SqlBase::fetchNextBatch function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Prepares query for the next set of data from the source database.
SqlBase::fetchNextRow function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Position the iterator to the following row.
StatementIteratorTrait::next function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Moves the current position to the next element.
Tables::addNextBaseTable function core/modules/workspaces/src/EntityQuery/Tables.php Add the next entity base table.
Tables::addNextBaseTable function core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Add the next entity base table.
UnknownExtensionException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php Exception class thrown when a specified extension is not on the filesystem.
UnknownExtensionException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
UnknownExtensionTypeException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php Exception thrown when a specified extension type is not known.
UnknownExtensionTypeException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php

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