Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
SettingsForm::$managers |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php |
The aggregator plugin managers. |
QueryInterface::execute |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Execute the query. |
TwigFormulaLoader::load |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php |
Loads formulae from a resource. |
Sql::getAggregationInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Get aggregation info for group by queries. |
Search::validateExposed |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/filter/Search.php |
Validate the options form. |
IntegrationTestCase.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php |
|
FILE_MODIFY_PERMISSIONS |
constant |
drupal/core/includes/file.inc |
Flag used by file_prepare_directory() -- file permissions may be changed. |
Twig_Template::$parents |
property |
drupal/core/vendor/twig/twig/lib/Twig/Template.php |
|
TestTokenParser::getTag |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
Gets the tag name associated with this token parser. |
assertAttributeLessThan |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that an attribute is smaller than another value. |
AnnotationWithConstants |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithConstants.php |
Plugin annotation
@Target("ALL"); |
TerminableInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/TerminableInterface.php |
|
db_field_set_no_default |
function |
drupal/core/includes/database.inc |
Sets a field to have no default value. |
EntityDisplayBase::save |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Implements \Drupal\Core\Entity\EntityInterface::save(). |
ViewUnitTestBase::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Sets up Drupal unit test environment. |
Process::getDescriptors |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Creates the descriptors needed by the proc_open. |
ViewExecutable::addItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Adds an instance of a handler to the view. |
CommentAccessController |
class |
drupal/core/modules/comment/lib/Drupal/comment/CommentAccessController.php |
Access controller for the comment entity. |
CompiledRoute::getRoute |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the Route instance. |
FieldUITest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/FieldUITest.php |
Views used by this test. |
FieldTest::setTestValue |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Sets the testValue property. |
HttpKernelInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernelInterface.php |
|
CssCompressorFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php |
|
Text_Template::renderTo |
function |
drupal/core/vendor/phpunit/php-text-template/Text/Template.php |
Renders the template and writes the result to a file. |
SettingsForm::getFormID |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
JSMinFilter::filterLoad |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php |
Filters an asset after it has been loaded. |
QueryAggregateInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Defines a interface for aggregated entity queries. |
plugin.manager.archiver |
service |
drupal/core/core.services.yml |
Drupal\Core\Archiver\ArchiverManager |
FieldTest::getTestValue |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Returns the testValue property. |
NodeFormButtonsTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFormButtonsTest.php |
Contains Drupal\node\Tests\NodeLoadHooksTest. |
ArgumentDefaultTest.php |
file |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/argument_default/ArgumentDefaultTest.php |
Definition of Drupal\views_test_data\Plugin\views\argument_default\ArgumentDefaultTest. |
SettingsForm::buildForm |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
JSMinFilter::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php |
Filters an asset just before it's dumped. |
assertAttributeNotCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts the number of elements of an array, Countable or Iterator
that is stored in an attribute. |
AggregatorCategoryBlock |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.php |
Provides block plugin definitions for aggregator categories. |
ProjectServiceContainer |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php |
|
NodeAccessFieldTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Definition of Drupal\node\Tests\NodeAccessFieldTest. |
ArchiveTar::_readHeader |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
PHP_Token_HALT_COMPILER |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
ViewExecutable::getItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets the configuration of a handler instance on a given display. |
hook_field_attach_purge |
function |
drupal/core/modules/field/field.api.php |
Act on field_purge_data(). |
FieldNewValue::getValue |
function |
drupal/core/modules/comment/lib/Drupal/comment/FieldNewValue.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::getValue(). |
toolbar_in_active_trail |
function |
drupal/core/modules/toolbar/toolbar.module |
Checks whether an item is in the active trail. |
PictureFieldDisplayTest |
class |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Test class to check that formatters and display settings are working. |
MenuTest::addCustomMenu |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Add custom menu. |
CurlMulti::$multiErrors |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
|
ContainerAwareInterface |
interface |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAwareInterface.php |
ContainerAwareInterface should be implemented by classes that depends on a Container. |
assertAttributeNotEmpty |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a static attribute of a class or an attribute of an object
is not empty. |
ImageStyleFlushTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php |
Contains \Drupal\image\Tests\ImageStyleFlushTest. |