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
AnnotationExtendsAnnotationTargetAll class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
BookOutline::nextLink function core/modules/book/src/BookOutline.php Fetches the book link for the next page of the book.
ConfigImporter::getNextConfigurationOperation function core/lib/Drupal/Core/Config/ConfigImporter.php Gets the next configuration operation to perform.
ConfigImporter::getNextExtensionOperation function core/lib/Drupal/Core/Config/ConfigImporter.php Gets the next extension operation to perform.
Connection::POSTGRESQL_NEXTID_LOCK constant core/modules/pgsql/src/Driver/Database/pgsql/Connection.php The name by which to obtain a lock for retrieve the next insert id.
Data::$hasNextPage property core/modules/jsonapi/src/JsonApiResource/Data.php Holds a boolean indicating if there is a next page.
Data::hasNextPage function core/modules/jsonapi/src/JsonApiResource/Data.php Checks if there is a next page in the collection.
Data::setHasNextPage function core/modules/jsonapi/src/JsonApiResource/Data.php Sets the has next page flag.
DatabaseDriverList::doScanExtensions function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Scans the available extensions.
DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a plugin that extends a non-installed class.
ExtensionList::doScanExtensions function core/lib/Drupal/Core/Extension/ExtensionList.php Scans the available extensions.
ExtensionPathResolverTest::testUnknownExtension function core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php Tests the getPath() method with an unknown extension.
ExtensionVersion::$versionExtra property core/lib/Drupal/Core/Extension/ExtensionVersion.php The version extra string.
ExtensionVersion::getVersionExtra function core/lib/Drupal/Core/Extension/ExtensionVersion.php Gets the version extra string at the end of the version number.
ExtensionVersionTest::testGetVersionExtra function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php @covers ::getVersionExtra
ExtractorTest::testIconExtractorBase function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase::label and IconExtractorBase::description.
FieldUI::getNextDestination function core/modules/field_ui/src/FieldUI.php Returns the next redirect path in a multi-page sequence.
FieldUiTest::testGetNextDestination function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination
FieldUiTest::testGetNextDestinationEmpty function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination
FieldUiTest::testGetNextDestinationRouteName function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination
IconExtractor class core/lib/Drupal/Core/Theme/Icon/Attribute/IconExtractor.php The icon_extractor attribute.
IconExtractor.php file core/lib/Drupal/Core/Theme/Icon/Attribute/IconExtractor.php
IconExtractor::__construct function core/lib/Drupal/Core/Theme/Icon/Attribute/IconExtractor.php Constructs a new IconExtractor instance.
IconExtractorBase class core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Base class for icon extractor plugins.
IconExtractorBase.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php
IconExtractorBase::buildConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Form constructor.
IconExtractorBase::createIcon function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Create the icon definition from an extractor plugin.
IconExtractorBase::DEFINITION_REMOVE constant core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php
IconExtractorBase::description function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Returns the translated plugin description.
IconExtractorBase::label function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Returns the translated plugin label.
IconExtractorBase::loadIcon function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Load an icon object.
IconExtractorBase::submitConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Form submission handler.
IconExtractorBase::validateConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Form validation handler.
IconExtractorInterface interface core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Interface for icon_extractor plugins.
IconExtractorInterface.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php
IconExtractorInterface::createIcon function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Create the icon definition from an extractor plugin.
IconExtractorInterface::description function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Returns the translated plugin description.
IconExtractorInterface::discoverIcons function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Get a list of all the icons discovered by this extractor.
IconExtractorInterface::label function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Returns the translated plugin label.
IconExtractorInterface::loadIcon function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Load an icon object.
IconExtractorPluginManager class core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php IconExtractor plugin manager.
IconExtractorPluginManager.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php
IconExtractorPluginManager::getExtractorForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Get an extractor settings form.
IconExtractorPluginManager::getExtractorForms function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Get multiple extractor settings form.
IconExtractorPluginManager::getPluginForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Retrieves the plugin form for a given icon extractor.
IconExtractorPluginManager::__construct function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object.
IconExtractorSettingsForm class core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Handle icon extractor settings form conversion from YAML to Drupal Form API.
IconExtractorSettingsForm.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php
IconExtractorSettingsForm::buildBooleanForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for a boolean setting to a checkbox.
IconExtractorSettingsForm::buildEnumForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for an enumerations to a select.

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