OptionsWidgetsTest::setUp |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php |
Sets up a Drupal site for running functional and integration tests. |
GraphvizDumper::findEdges |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Finds all edges belonging to a specific service id. |
UrlMatcher::getAttributes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/UrlMatcher.php |
Returns an array of values to use as request attributes. |
ArchiverInterface::remove |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php |
Removes the specified file from the archive. |
drupal_pre_render_scripts |
function |
drupal/core/includes/common.inc |
#pre_render callback to add the elements needed for JavaScript tags to be rendered. |
FieldInfo::$moduleHandler |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Stores a module manager to invoke hooks. |
menu_test_static_variable |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Static function for testing hook results. |
UpdateScriptTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
|
UrlMatcher::mergeDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Get merged default parameters. |
GraphvizDumper::findNodes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Finds all nodes. |
Connection::$willRollback |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Whether or not the active transaction (if any) will be rolled back. |
translation_entity_enable |
function |
drupal/core/modules/translation_entity/translation_entity.install |
Implements hook_enable(). |
Unicode::STATUS_MULTIBYTE |
constant |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Indicates that full unicode support with the PHP mbstring extension is
being used. |
PngoutFilter::FILTER_NONE |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php |
|
GraphTest::normalizeGraph |
function |
drupal/core/tests/Drupal/Tests/Component/Graph/GraphTest.php |
Normalizes a graph. |
block_test_views.info.yml |
file |
drupal/core/modules/block/tests/block_test_views/block_test_views.info.yml |
drupal/core/modules/block/tests/block_test_views/block_test_views.info.yml |
ConditionFundamentals.php |
file |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php |
Contains \Drupal\Core\Entity\Query\ConditionFundamentals. |
BatchStorage::$connection |
property |
drupal/core/lib/Drupal/Core/Utility/BatchStorage.php |
|
ViewPreviewFormController |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Form controller for the Views preview form. |
ViewsDataTest::$viewsData |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
Stores the views data cache service used by this test. |
ArgumentNullTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentNullTest.php |
|
Numeric::$always_multiple |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
Disable the possibility to force a single value. |
CountValidatorTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
MachineNameController.php |
file |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
Contains \Drupal\system\MachineNameController. |
Connection::$tableDropped |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Whether or not a table has been dropped this request: the destructor will
only try to get rid of unnecessary databases if there is potential of them
being empty. |
ARCHIVE_TAR_ATT_SEPARATOR |
constant |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
BatchStorage::__construct |
function |
drupal/core/lib/Drupal/Core/Utility/BatchStorage.php |
|
DisplayUnitTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php |
Modules to enable. |
ArrayCollection::contains |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
Checks whether the given element is contained in the collection.
Only element values are compared, not keys. The comparison of two elements
is strict, that means not only the value but also the type must match.
For objects this means reference equality. |
TextCustom::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/TextCustom.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
Callbacks::selectCallback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/lib/Drupal/ajax_forms_test/Callbacks.php |
Ajax callback triggered by select. |
SearchPageTextTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php |
Sets up a Drupal site for running functional and integration tests. |
MapClassLoader::loadClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/MapClassLoader.php |
Loads the given class or interface. |
PdoProfilerStorage::fetch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
MongoDbSessionHandlerTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
@author Markus Bachmann <markus.bachmann@bachi.biz> |
UserTranslationUITest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Definition of Drupal\user\Tests\UserTranslationUITest. |
password_confirm_validate |
function |
drupal/core/includes/form.inc |
Validates a password_confirm element. |
Client::setRequestFactory |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Set the request factory to use with the client when creating requests |
StorageInterface::listAll |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Gets configuration object names starting with a given prefix. |
ParameterBag::$parameters |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php |
Parameter storage. |
PdoProfilerStorage::close |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
InputRequired::pre_render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php |
|
css_input_with_import.css |
file |
drupal/core/modules/simpletest/files/css_test_files/css_input_with_import.css |
@import "import1.css";
@import "import2.css";
body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}
.this .is .a .test {
font: 1em/100% Verdana, sans-serif;
color:… |
FieldInfo::$unknownFields |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Separately tracks requested field names or IDs that do not exist. |
NodeQueryAlterTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
Sets up a Drupal site for running functional and integration tests. |
AssetCache::getSourceRoot |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php |
Returns an absolute path or URL to the source asset's root directory. |
Response::getContentRange |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the Content-Range HTTP header |
DebugUniversalClassLoader |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php |
Checks that the class is actually declared in the included file. |
ParameterBag::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php |
Constructor. |
transliterate_test.module |
file |
drupal/core/modules/system/tests/modules/transliterate_test/transliterate_test.module |
Test module for Transliteration system. |