RoleAccessCheckTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php |
This method exists to support the simpletest UI runner. |
BlankValidatorTest::tearDown |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php |
|
ModuleHandlerUnitTest::setUp |
function |
drupal/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerUnitTest.php |
|
DatabaseStorage::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Overrides Drupal\Core\KeyValueStore\StorageBase::__construct(). |
UploadedFile::getMaxFilesize |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Returns the maximum size of an uploaded file as configured in php.ini |
CompositeExpression::TYPE_OR |
constant |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
|
EntityFilteringThemeTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Contains Drupal\system\Tests\Theme\EntityFilteringThemeTest. |
DatabaseStorage::getMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getMultiple(). |
Local::createDirectoryJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/Local.php |
Implements Drupal\Core\FileTransfer\FileTransfer::createDirectoryJailed(). |
EntityReferenceItem::__isset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Implements \Drupal\Core\Entity\Field\FieldItemInterface::__isset(). |
ConfigExportForm::submitForm |
function |
drupal/core/modules/config/lib/Drupal/config/Form/ConfigExportForm.php |
Form submission handler. |
AssetCollectionInterface.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php |
|
HtmlTplPhpAttributesTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTplPhpAttributesTest.php |
Definition of Drupal\system\Tests\Theme\HtmlTplPhpAttributesTest. |
ClassLoader::$useIncludePath |
property |
drupal/core/vendor/composer/ClassLoader.php |
|
Local::removeDirectoryJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/Local.php |
Implements Drupal\Core\FileTransfer\FileTransfer::removeDirectoryJailed(). |
RdfMappingEventTest::getInfo |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfMappingEventTest.php |
|
node_access_test_node_grants |
function |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module |
Implements hook_node_grants(). |
xmlrpc_test_countTheEntities |
function |
drupal/core/modules/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.module |
|
MessageInterface::isPersonal |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageInterface.php |
Return TRUE if this is the personal contact form. |
simpletest_clean_environment |
function |
drupal/core/modules/simpletest/simpletest.module |
Remove all temporary database tables and directories. |
ViewModeAccessCheck::applies |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Access/ViewModeAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
LoggerInterfaceTest::getLogs |
function |
drupal/core/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php |
This must return the log messages in order with a simple formatting: "<LOG LEVEL> <MESSAGE>" |
CKEditor::getDefaultSettings |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::getDefaultSettings(). |
HtmlEntityFormController.php |
file |
drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php |
Contains \Drupal\Core\Entity\HtmlEntityFormController. |
UpdateTest::testSimpleUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms that we can update a single record successfully. |
FileTestBase::assertSameFile |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Check that two files are the same by comparing the fid and filepath. |
FieldTypeTest::testFieldType |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/FieldTypeTest.php |
|
DisplayPluginBase::usesAreas |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Returns whether the display can use areas. |
ClassLoader::getFallbackDirs |
function |
drupal/core/vendor/composer/ClassLoader.php |
|
drupal_detect_database_types |
function |
drupal/core/includes/install.inc |
Detects all supported databases that are compiled into PHP. |
CKEditor::settingsFormSubmit |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit(). |
Reader::getMethodAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Reader.php |
|
ImmutableEventDispatcherTest |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@author Bernhard Schussek <bschussek@gmail.com> |
CompositeExpression::getType |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
|
StringInterface::addLocation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Adds a location for this string. |
ConfigImportForm::submitForm |
function |
drupal/core/modules/config/lib/Drupal/config/Form/ConfigImportForm.php |
Form submission handler. |
FormulaLoaderInterface::load |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php |
Loads formulae from a resource. |
StringInterface::hasLocation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Checks whether the string has a given location. |
NodeAccessPagerTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php |
|
node_access_entity_test_page |
function |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module |
Page callback: Creates the node access entity test page. |
EasyRdf_Http_Client::$config |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php |
Configuration array, set using the constructor or using ::setConfig() |
Unescaper::unescapeCharacter |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php |
Unescapes a character that was found in a double-quoted string |
TransliterationTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Transliteration/TransliterationTest.php |
|
NodeIntegrationTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/NodeIntegrationTest.php |
|
SessionTest::testGetFlashBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
MongoDbSessionHandler::close |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php |
|
xmlrpc_test_nestedStructTest |
function |
drupal/core/modules/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.module |
|
BlockStorageController::load |
function |
drupal/core/modules/block/lib/Drupal/block/BlockStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::load(). |
FieldTranslationSynchronizer |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/FieldTranslationSynchronizer.php |
Provides field translation synchronization capabilities. |
XmlRpcValidatorTest::getInfo |
function |
drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcValidatorTest.php |
|