PhpTestBase::setUp |
function |
drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
Display::buildForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
ApcClassLoader.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcClassLoader.php |
|
comment.tokens.inc |
file |
drupal/core/modules/comment/comment.tokens.inc |
Builds placeholder replacement tokens for comment-related data. |
ViewUI::setContext |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::setContext(). |
QueryBase::groupBy |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::execute(). |
GraphTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/Graph/GraphTest.php |
This method exists to support the simpletest UI runner. |
FastTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/FastTest.php |
Modules to enable. |
Some::summaryTitle |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php |
Return a string to display as the clickable title for the
pager plugin. |
Page::getPagerText |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::getPagerText(). |
CountValidatorTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
@author Bernhard Schussek <bschussek@gmail.com> |
TestHttpKernel.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php |
|
QueryException.php |
file |
drupal/core/lib/Drupal/Core/Entity/Query/QueryException.php |
Contains \Drupal\Core\Entity\QueryException. |
xmlrpc_clear_error |
function |
drupal/core/modules/xmlrpc/xmlrpc.inc |
Clears any previously-saved errors. |
UPDATE_NOT_FETCHED |
constant |
drupal/core/modules/update/update.module |
There was a failure fetching available update data for this project. |
Twig_Node::hasNode |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
Returns true if the node with the given identifier exists. |
Connection::update |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Prepares and returns an UPDATE query object. |
Query::getSqlField |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Constructs a select expression for a given field and language. |
ThemeTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/ThemeTest.php |
|
NegotiationUrlForm |
class |
drupal/core/modules/language/lib/Drupal/language/Form/NegotiationUrlForm.php |
Configure the URL language negotiation method for this site. |
DocParser::$target |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Current target context |
Field::saveUpdated |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
Saves an updated field definition. |
LifecycleEventArgs |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php |
Lifecycle Events are triggered by the UnitOfWork during lifecycle transitions
of entities. |
CronController.php |
file |
drupal/core/modules/system/lib/Drupal/system/CronController.php |
Definition of Drupal\system\CronController. |
QueryInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Contains \Drupal\Core\Entity\QueryInterface. |
TestController.php |
file |
drupal/core/tests/Drupal/Tests/Core/Controller/TestController.php |
Contains \Drupal\Tests\Core\Controller\TestController. |
xmlrpc_server_page |
function |
drupal/core/modules/xmlrpc/xmlrpc.server.inc |
Process an XML-RPC request. |
PHP_Token_ENDWHILE |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
Drupal::$container |
property |
drupal/core/lib/Drupal.php |
The currently active container object. |
FieldInfo::$config |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
The config factory. |
Twig_Node::getNode |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
Gets a node by name. |
Connection::delete |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Prepares and returns a DELETE query object. |
SearchPageTextTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php |
Tests the bike shed text on no results page, and text on the search page. |
NodeQueryAlterTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
Tests node_query_node_access_alter(). |
Twig_Loader_String |
class |
drupal/core/vendor/twig/twig/lib/Twig/Loader/String.php |
Loads a template from a string. |
Select::hasAllTags |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has all specified tags. |
CurlMultiInterface |
interface |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
Interface for sending a pool of { |
PropertyConstraint |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php |
|
GroupTestSuite.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/GroupTestSuite.php |
|
FieldFormatter.php |
file |
drupal/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php |
Contains \Drupal\field\Annotation\FieldFormatter. |
user_validate_name |
function |
drupal/core/modules/user/user.module |
Verify the syntax of the given name. |
Twig_Node::setNode |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
Sets a node. |
ViewsFormBase::$id |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php |
The ID of the item this form is manipulating. |
SessionHandler::gc |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
TestHttpKernel.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php |
|
Connection::schema |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns a DatabaseSchema object for manipulating the schema. |
Process::getOutput |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Returns the current output of the process (STDOUT). |
file.mimetypes.inc |
file |
drupal/core/includes/file.mimetypes.inc |
Provides mimetype mappings. |
TaggedWithTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php |
Definition of Drupal\views\Tests\Wizard\TaggedWithTest. |
FormObjectTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php |
Contains \Drupal\system\Tests\Form\FormObjectTest. |