Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
ActiveThemeLegacyTest::testConstructor function core/tests/Drupal/KernelTests/Core/Theme/ActiveThemeLegacyTest.php Tests BC layer in constructor.
AggregatorTestBase class core/modules/aggregator/src/Tests/AggregatorTestBase.php Defines a base class for testing the Aggregator module.
AggregatorTestBase.php file core/modules/aggregator/src/Tests/AggregatorTestBase.php
AggregatorTestBase::$adminUser property core/modules/aggregator/src/Tests/AggregatorTestBase.php A user with permission to administer feeds and create content.
AggregatorTestBase::$modules property core/modules/aggregator/src/Tests/AggregatorTestBase.php Modules to install.
AggregatorTestBase::createFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an aggregator feed.
AggregatorTestBase::createSampleNodes function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates sample article nodes.
AggregatorTestBase::deleteFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Deletes an aggregator feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/src/Tests/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AggregatorTestBase::getAtomSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example Atom feed.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getEmptyOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid but empty OPML file.
AggregatorTestBase::getFeedEditArray function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit array.
AggregatorTestBase::getFeedEditObject function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a randomly generated feed edit object.
AggregatorTestBase::getHtmlEntitiesSample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example feed.
AggregatorTestBase::getInvalidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates an invalid OPML file.
AggregatorTestBase::getRSS091Sample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example RSS091 feed.
AggregatorTestBase::getValidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid OPML file from an array of feeds.
AggregatorTestBase::setUp function core/modules/aggregator/src/Tests/AggregatorTestBase.php Sets up a Drupal site for running functional and integration tests.
AggregatorTestBase::uniqueFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Checks whether the feed name and URL are unique.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/src/Tests/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Updates the feed items.
AggregatorUpdateTest class core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that node settings are properly updated during database updates.
AggregatorUpdateTest.php file core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
AggregatorUpdateTest::testSourceFeedRequired function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Source feed' field is required.
AggregatorUpdateTest::testUpdateIntervalDefaultValue function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Update interval' field has a default value.
AliasManager::$pathAliasRepository property core/lib/Drupal/Core/Path/AliasManager.php The path alias repository.
AliasManagerDecorator class core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Test alias manager decorator.
AliasManagerDecorator.php file core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php
AliasManagerDecorator::$aliasManager property core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php The decorated alias manager.
AliasManagerDecorator::cacheClear function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Clear internal caches in alias manager.
AliasManagerDecorator::getAliasByPath function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given a path, return the alias.
AliasManagerDecorator::getPathByAlias function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given the alias, return the path it represents.
AliasManagerDecorator::__construct function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php AliasManagerDecorator constructor.
AliasRepository class core/lib/Drupal/Core/Path/AliasRepository.php Provides the default path alias lookup operations.
AliasRepository.php file core/lib/Drupal/Core/Path/AliasRepository.php
AliasRepository::$connection property core/lib/Drupal/Core/Path/AliasRepository.php The database connection.
AliasRepository::addLanguageFallback function core/lib/Drupal/Core/Path/AliasRepository.php Adds path alias language fallback conditions to a select query object.
AliasRepository::getBaseQuery function core/lib/Drupal/Core/Path/AliasRepository.php Returns a SELECT query for the path_alias base table.
AliasRepository::lookupByAlias function core/lib/Drupal/Core/Path/AliasRepository.php Searches a path alias for a given alias.
AliasRepository::lookupBySystemPath function core/lib/Drupal/Core/Path/AliasRepository.php Searches a path alias for a given Drupal system path.
AliasRepository::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasRepository.php Check if any alias exists starting with $initial_substring.
AliasRepository::preloadPathAlias function core/lib/Drupal/Core/Path/AliasRepository.php Pre-loads path alias information for a given list of system paths.
AliasRepository::__construct function core/lib/Drupal/Core/Path/AliasRepository.php Constructs an AliasRepository object.
AliasRepositoryInterface interface core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Provides an interface for path alias lookup operations.
AliasRepositoryInterface.php file core/lib/Drupal/Core/Path/AliasRepositoryInterface.php
AliasRepositoryInterface::lookupByAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Searches a path alias for a given alias.
AliasRepositoryInterface::lookupBySystemPath function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Searches a path alias for a given Drupal system path.

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