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