Craft\Neo_BlockElementType::defineCriteriaAttributes PHP Method

defineCriteriaAttributes() public method

    public function defineCriteriaAttributes()
    {
        return ['fieldId' => AttributeType::Number, 'collapsed' => [AttributeType::String, 'default' => 'neoblocks.collapsed'], 'ownerId' => AttributeType::Number, 'ownerLocale' => AttributeType::Locale, 'typeId' => AttributeType::Number, 'type' => AttributeType::Mixed, 'order' => [AttributeType::String, 'default' => 'lft']];
    }