TempStoreDatabaseTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php |
Definition of Drupal\user\Tests\TempStoreDatabaseTest. |
Connection::sqlFunctionIf |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the IF() SQL function. |
ViewExecutable::initStyle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Find and initialize the style plugin. |
EasyRdf_Resource::addType |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php |
Add one or more rdf:type properties to the resource |
OpenDialogCommand::render |
function |
drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php |
Implements \Drupal\Core\Ajax\CommandInterface:render(). |
AssetCache::getSourcePath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns the relative path for the source asset. |
QueryFactory::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php |
Constructs a QueryFactory object. |
ValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php |
|
CommentFormController.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Definition of Drupal\comment\CommentFormController. |
tracker_comment_unpublish |
function |
drupal/core/modules/tracker/tracker.module |
Implements hook_comment_unpublish(). |
EasyRdf_Resource::setType |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php |
Change the rdf:type property for the resource |
NewDefaultThemeBlocksTest |
class |
drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php |
Test blocks correctly initialized when picking a new default theme. |
AssetCache::getTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns the URL for the current asset. |
User::$preferred_langcode |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
The user's preferred langcode for receiving emails and viewing the site. |
Drupal::keyValueExpirable |
function |
drupal/core/lib/Drupal.php |
Returns an expirable key value store collection. |
ViewExecutable::initPager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Initialize the pager |
Connection::inTransaction |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines if there is an active transaction open. |
Tables::ensureEntityTable |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Join entity table if necessary and return the alias for it. |
ConfigEntityBase::$status |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
The enabled/disabled status of the configuration entity. |
AssetCache::setTargetPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Sets the URL for the current asset. |
FilterStringTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
ViewsFormBase::submitForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
RegisterListenersPassTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php |
|
LanguageManager::$request |
property |
drupal/core/lib/Drupal/Core/Language/LanguageManager.php |
A request object. |
ViewsDataTest::startCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
Starts a count for hook_views_data being invoked. |
ContentAwareGenerator.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
|
InstantiatorInterface.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php |
|
TermTest::testTermReorder |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php |
Save, edit and delete a term using the user interface. |
Twig_Loader_Array::exists |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Array.php |
Check if we have the source code of a template, given its name. |
Field::getReservedColumns |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
A list of columns that can not be used as field type columns. |
comment_test_views.module |
file |
drupal/core/modules/comment/tests/modules/comment_test_views/comment_test_views.module |
|
ControlSignatureSniff.php |
file |
drupal/core/vendor/phpunit/php-text-template/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
xmlrpc_server_method_help |
function |
drupal/core/modules/xmlrpc/xmlrpc.server.inc |
Returns the help for an XML-RPC method. |
ViewExecutable::_preQuery |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run the preQuery() on all active handlers. |
_book_install_type_create |
function |
drupal/core/modules/book/book.install |
Creates the book content type. |
PHPUnit_Util_Test::MEDIUM |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
|
ConditionInterface::count |
function |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php |
Implements \Countable::count(). |
Response::getLastModified |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the Last-Modified HTTP header |
HandlerBase::$actualTable |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
When a table has been moved this property is set. |
ArchiveTar::loadExtension |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
OS independent PHP extension load. Remember to take care
on the correct extension name for case sensitive OSes.
The function is the copy of PEAR::loadExtension(). |
CommentPagerTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php |
|
FilterStringTest::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
An extended test dataset. |
EntityTranslationFormTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Tests entity translation form. |
ControlSignatureSniff.php |
file |
drupal/core/vendor/phpunit/php-file-iterator/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
field_test_views.info.yml |
file |
drupal/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml |
drupal/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml |
EntityAccessCheckTest.php |
file |
drupal/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Contains \Drupal\Tests\Core\Entity\EntityAccessCheckTest. |
_field_sql_storage_schema |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Returns the database schema for a field. |
Twig_Error::getRawMessage |
function |
drupal/core/vendor/twig/twig/lib/Twig/Error.php |
Gets the raw message. |
EasyRdf_Resource::__isset |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php |
Magic method to check if a property exists |
serialization_test.module |
file |
drupal/core/modules/serialization/tests/serialization_test/serialization_test.module |
Helper module for serialization tests. This file is empty, because all
implementation is in autoloaded classes. |